Skip to content

Commit 9409a5e

Browse files
committed
Update podspec for 1.1 release
1 parent a36d5ff commit 9409a5e

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.0"
12+
s.version = "1.1"
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.0 }
17+
s.source = { :git => "https://github.com/pinterest/PINRemoteImage.git", :tag => 1.1 }
1818
s.social_media_url = 'https://twitter.com/garrettmoon'
1919

2020
s.platform = :ios, '6.0'

0 commit comments

Comments
 (0)