From 75a2cf6304bbb5559ff03e2befa6879e9d3da5cf Mon Sep 17 00:00:00 2001 From: Josip Bernat Date: Mon, 14 Jul 2014 11:46:20 +0200 Subject: [PATCH] Updated JBMessage.podspec --- JBMessage.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JBMessage.podspec b/JBMessage.podspec index 42d4479..5485f9a 100644 --- a/JBMessage.podspec +++ b/JBMessage.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "JBMessage" - s.version = "1.0.9" + s.version = "1.0.11" 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.9" } + s.source = { :git => "https://github.com/josipbernat/JBMessage.git", :tag => "v1.0.11" } s.source_files = 'JBMessage/JBMessage/**/*.{h,m}' s.requires_arc = true s.dependency "AFNetworking", "~> 2.3.1"