mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-04-20 07:35:15 +08:00
Updating podspec for 1.1.1 release
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user