We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f28f8e commit 83fd146Copy full SHA for 83fd146
KRLCollectionViewGridLayout.podspec
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
s.homepage = "http://github.com/klundberg/KRLCollectionViewGridLayout"
10
s.license = 'MIT'
11
s.author = { "Kevin Lundberg" => "kevinrlundberg@gmail.com" }
12
- s.source = { :git => "https://github.com/klundberg/KRLCollectionViewGridLayout.git", :tag => "0.1.1" }
+ s.source = { :git => "https://github.com/klundberg/KRLCollectionViewGridLayout.git", :tag => "v0.1.1" }
13
14
s.platform = :ios, '6.0'
15
s.requires_arc = true
0 commit comments