Update podspec for 1.1.2 release

This commit is contained in:
Garrett Moon
2015-08-04 11:08:42 -07:00
parent c25f698fa5
commit 5ac38885d7

View File

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