We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f860b commit b7fa525Copy full SHA for b7fa525
ClassyUtilities.podspec
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
s.source = { :git => "[email protected]:TippingCanoe/ClassyUtilities.git", :tag => "0.1.8" }
16
s.source_files = 'ClassyUtilities/*.{h,m}'
17
s.requires_arc = true
18
- s.dependency 'Classy', :git => 'https://github.com/TippingCanoe/Classy.git'
+ s.dependency 'Classy'
19
s.dependency 'DZLCategoryProperties', '~> 1.0.0'
20
21
end
0 commit comments