Skip to content

Commit

Permalink
Update podspec for 1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmoon committed Aug 4, 2015
1 parent c25f698 commit 5ac3888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PINRemoteImage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5ac3888

Please sign in to comment.