Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
objectiveSee committed Nov 9, 2014
1 parent f34f8dd commit 035902c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions DRBlocks.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ Pod::Spec.new do |s|
s.summary = 'Manage multiple Objective-C blocks easier.'
s.homepage = 'https://github.com/objectiveSee/DRBlocks'
s.author = { "Danny Ricciotti" => "[email protected]" }

s.source = { :git => 'https://github.com/objectiveSee/DRBlocks.git', :tag => "v1.0"}
s.source = {:git => "https://github.com/objectiveSee/DRBlocks.git", :tag => "v1.0"}
s.source_files = 'DRBlocks/DRBlocks.*'

s.requires_arc = true
end

0 comments on commit 035902c

Please sign in to comment.