Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathXcodeProjKit.podspec
More file actions
Latest commit
17 lines (13 loc) · 590 Bytes
/
Copy pathXcodeProjKit.podspec
File metadata and controls
17 lines (13 loc) · 590 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.newdo |s|
s.name="XcodeProjKit"
s.version="3.0.6"
s.license="MIT"
s.homepage="https://github.com/phimage/XcodeProjKit/"
s.summary="Read, edit and serialize Xcode project into open step file format."
s.author={"phimage"=>"eric.marchand.n7@gmail.com"}
s.source={:git=>"https://github.com/phimage/XcodeProjKit.git",:tag=>s.version}
s.swift_version='5.0'
s.ios.deployment_target='12.0'
s.osx.deployment_target='10.13'
s.source_files="Sources/*.swift"
end