From 9409a5e0737187331d502db16dc9d7697c2cc85d Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Sat, 1 Aug 2015 18:15:13 -0700 Subject: [PATCH] Update podspec for 1.1 release --- PINRemoteImage.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PINRemoteImage.podspec b/PINRemoteImage.podspec index d095818..c706d62 100644 --- a/PINRemoteImage.podspec +++ b/PINRemoteImage.podspec @@ -9,12 +9,12 @@ Pod::Spec.new do |s| s.name = "PINRemoteImage" - s.version = "1.0" + s.version = "1.1" s.summary = "A thread safe, performant, feature rich image fetcher" s.homepage = "https://github.com/pinterest/PINRemoteImage" s.license = 'Apache 2.0' s.author = { "Garrett Moon" => "garrett@pinterest.com" } - s.source = { :git => "https://github.com/pinterest/PINRemoteImage.git", :tag => 1.0 } + s.source = { :git => "https://github.com/pinterest/PINRemoteImage.git", :tag => 1.1 } s.social_media_url = 'https://twitter.com/garrettmoon' s.platform = :ios, '6.0'