From 0abeeea61de28c3c8ef39aa9431339fa95a855a4 Mon Sep 17 00:00:00 2001 From: Josip Bernat Date: Fri, 24 Oct 2014 11:09:50 +0200 Subject: [PATCH] Updated podspec file --- JBMessage.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"