forked from BlocksKit/BlocksKit
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlocksKit.podspec
More file actions
Latest commit
23 lines (23 loc) · 957 Bytes
/
Copy pathBlocksKit.podspec
File metadata and controls
23 lines (23 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.newdo |s|
s.name='BlocksKit'
s.version='1.5.2'
s.license='MIT'
s.summary='The Objective-C block utilities you always wish you had.'
s.homepage='https://github.com/zwaldowski/BlocksKit'
s.author={'Zachary Waldowski'=>'zwaldowski@gmail.com',
'Alexsander Akers'=>'a2@pandamonia.us'}
s.source={:git=>'https://github.com/zwaldowski/BlocksKit.git',:tag=>'v1.5.2'}
s.dependency'A2DynamicDelegate','>= 2.0.2'
s.osx.source_files='BlocksKit/*.{h,m}'
s.ios.frameworks='MessageUI'
s.ios.source_files='BlocksKit/*.{h,m}','BlocksKit/UIKit/*.{h,m}','BlocksKit/MessageUI/*.{h,m}'
s.documentation={
:html=>'http://zwaldowski.github.com/BlocksKit/Documentation/index.html',
:appledoc=>[
'--project-company','Dizzy Technology',
'--company-id','com.dizzytechnology',
'--no-repeat-first-par',
'--no-warn-invalid-crossref'
]
}
end