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 035902c commit 5910647Copy full SHA for 5910647
DRBlocks.podspec
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
7
s.summary = 'Manage multiple Objective-C blocks easier.'
8
s.homepage = 'https://github.com/objectiveSee/DRBlocks'
9
s.author = { "Danny Ricciotti" => "[email protected]" }
10
- s.source = {:git => "https://github.com/objectiveSee/DRBlocks.git", :tag => "v1.0"}
+ s.source = { :git => 'https://github.com/objectiveSee/DRBlocks.git', :tag => "1.0"}
11
s.source_files = 'DRBlocks/DRBlocks.*'
12
s.requires_arc = true
13
end
0 commit comments