Skip to content

Commit 5ac3888

Browse files
committed
Update podspec for 1.1.2 release
1 parent c25f698 commit 5ac3888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PINRemoteImage.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
Pod::Spec.new do |s|
1111
s.name = "PINRemoteImage"
12-
s.version = "1.1.1"
12+
s.version = "1.1.2"
1313
s.summary = "A thread safe, performant, feature rich image fetcher"
1414
s.homepage = "https://github.com/pinterest/PINRemoteImage"
1515
s.license = 'Apache 2.0'
1616
s.author = { "Garrett Moon" => "[email protected]" }
17-
s.source = { :git => "https://github.com/pinterest/PINRemoteImage.git", :tag => 1.1.1 }
17+
s.source = { :git => "https://github.com/pinterest/PINRemoteImage.git", :tag => "1.1.2" }
1818
s.social_media_url = 'https://twitter.com/garrettmoon'
1919

2020
s.platform = :ios, '6.0'

0 commit comments

Comments
 (0)