Skip to content

Commit 035902c

Browse files
committed
minor
1 parent f34f8dd commit 035902c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

DRBlocks.podspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Pod::Spec.new do |s|
77
s.summary = 'Manage multiple Objective-C blocks easier.'
88
s.homepage = 'https://github.com/objectiveSee/DRBlocks'
99
s.author = { "Danny Ricciotti" => "[email protected]" }
10-
11-
s.source = { :git => 'https://github.com/objectiveSee/DRBlocks.git', :tag => "v1.0"}
10+
s.source = {:git => "https://github.com/objectiveSee/DRBlocks.git", :tag => "v1.0"}
1211
s.source_files = 'DRBlocks/DRBlocks.*'
13-
1412
s.requires_arc = true
1513
end

0 commit comments

Comments
 (0)