diff --git a/JMTabBarKit.podspec b/JMTabBarKit.podspec index 9040071..bca8512 100644 --- a/JMTabBarKit.podspec +++ b/JMTabBarKit.podspec @@ -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" => "1007785739@qq.com" } - 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' diff --git a/JMTabBarKitTest.xcodeproj/project.xcworkspace/xcuserdata/james.xcuserdatad/UserInterfaceState.xcuserstate b/JMTabBarKitTest.xcodeproj/project.xcworkspace/xcuserdata/james.xcuserdatad/UserInterfaceState.xcuserstate index 94b608a..ce1b8d8 100644 Binary files a/JMTabBarKitTest.xcodeproj/project.xcworkspace/xcuserdata/james.xcuserdatad/UserInterfaceState.xcuserstate and b/JMTabBarKitTest.xcodeproj/project.xcworkspace/xcuserdata/james.xcuserdatad/UserInterfaceState.xcuserstate differ