forked from appsquickly/XcodeEditor
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXcodeEditor.podspec
More file actions
Latest commit
14 lines (14 loc) · 559 Bytes
/
Copy pathXcodeEditor.podspec
File metadata and controls
14 lines (14 loc) · 559 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.newdo |s|
s.name='XcodeEditor'
s.version='2.0.0'
s.license='Apache2.0'
s.summary='An API for manipulating Xcode Projects using objective-C.'
s.homepage='https://github.com/StoneSpb/XcodeEditor'
s.author={'Jasper Blues'=>'jasper@appsquick.ly'}
s.source={:git=>'https://github.com/StoneSpb/XcodeEditor.git',:tag=>'v2.0.0'}
s.platform=:osx
s.source_files='Source/*.{h,m}','Source/Utils/*.{h,m}'
s.requires_arc=true
s.ios.deployment_target='5.0'
s.osx.deployment_target='10.7'
end