Updating podspec for 1.1.1 release

This commit is contained in:
Garrett Moon
2015-08-03 14:13:35 -07:00
parent 9923d1a978
commit f60bb2ab5e

View File

@@ -9,12 +9,12 @@
Pod::Spec.new do |s|
s.name = "PINRemoteImage"
s.version = "1.1"
s.version = "1.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.1 }
s.source = { :git => "https://github.com/pinterest/PINRemoteImage.git", :tag => 1.1.1 }
s.social_media_url = 'https://twitter.com/garrettmoon'
s.platform = :ios, '6.0'