Skip to content

Commit

Permalink
1.0.1 Podspec更新
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaobs committed Dec 6, 2016
1 parent 485936e commit 575e6a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions JMTabBarKit.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|

s.name = "JMTabBarKit"
s.version = "1.0.0"
s.version = "1.0.1"
s.license = "MIT"
s.summary = "A custom tabbar on iOS."
s.summary = "A custom tabbar using Objective-C."
s.homepage = "https://github.com/James-oc/JMTabBarKit"
s.author = { "xiaobs" => "[email protected]" }
s.source = { :git => "https://github.com/James-oc/JMTabBarKit.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/James-oc/JMTabBarKit.git", :tag => "1.0.1" }
s.requires_arc = true
s.description = <<-DESC
JMTabBarKit - A custom tabbar on iOS.
JMTabBarKit - A custom tabbar using Objective-C.
DESC
s.source_files = "JMTabBarKit/*/*"
s.platform = :ios, '6.0'
Expand Down
Binary file not shown.

0 comments on commit 575e6a6

Please sign in to comment.