diff --git a/JBMessage.podspec b/JBMessage.podspec index 64b52ed..dc43994 100644 --- a/JBMessage.podspec +++ b/JBMessage.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "JBMessage" - s.version = "1.0.16" + s.version = "1.0.17" s.summary = "JBMessage is simple iOS networking wrapper based on AFNetworking" s.homepage = "https://github.com/josipbernat/JBMessage" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Josip Bernat" => "josip.bernat@gmail.com" } s.social_media_url = "http://twitter.com/josipbernat" s.platform = :ios, "6.0" - s.source = { :git => "https://github.com/josipbernat/JBMessage.git", :tag => "v1.0.16" } + s.source = { :git => "https://github.com/josipbernat/JBMessage.git", :tag => "v1.0.17" } s.source_files = 'JBMessage/JBMessage/**/*.{h,m}' s.requires_arc = true s.dependency "AFNetworking", "~> 2.4"