Make source tag be the same as the podspec version

This commit is contained in:
Kerr Marin Miller
2015-10-01 10:41:38 +01:00
parent b0a4289389
commit 01c90a2cd5

View File

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