- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDRBlocks.podspec
More file actions
Latest commit
13 lines (13 loc) · 486 Bytes
/
Copy pathDRBlocks.podspec
File metadata and controls
13 lines (13 loc) · 486 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.newdo |s|
s.name='DRBlocks'
s.version='1.0.0'
s.platform=:ios
s.ios.deployment_target='5.0'
s.license='MIT'
s.summary='Manage multiple Objective-C blocks easier.'
s.homepage='https://github.com/objectiveSee/DRBlocks'
s.author={"Danny Ricciotti"=>"dan.ricciotti@gmail.com"}
s.source={:git=>'https://github.com/objectiveSee/DRBlocks.git',:tag=>"1.0"}
s.source_files='DRBlocks/DRBlocks.*'
s.requires_arc=true
end