Skip to content

Commit

Permalink
更新版本号-0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
pujiaxin33 committed Jun 19, 2019
1 parent e3a35d8 commit b12ada6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JXSegmentedView.podspec
@@ -1,13 +1,13 @@

Pod::Spec.new do |s|
s.name = "JXSegmentedView"
s.version = "0.0.18"
s.version = "0.0.19"
s.summary = "一个轻量级、配置丰富、灵活扩展的分段控制器"
s.homepage = "https://github.com/pujiaxin33/JXSegmentedView"
s.license = "MIT"
s.author = { "pujiaxin33" => "317437084@qq.com" }
s.platform = :ios, "8.0"
s.swift_version = "4.2"
s.swift_versions = ["4.2", "5.0"]
s.source = { :git => "https://github.com/pujiaxin33/JXSegmentedView.git", :tag => "#{s.version}" }
s.framework = "UIKit"
s.source_files = "Sources", "Sources/**/*.{swift}"
Expand Down

0 comments on commit b12ada6

Please sign in to comment.