- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathJSONModelKit.podspec
More file actions
Latest commit
17 lines (14 loc) · 712 Bytes
/
Copy pathJSONModelKit.podspec
File metadata and controls
17 lines (14 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.newdo |s|
s.name="JSONModelKit"
s.version="1.0.0"
s.summary="API driven JSON mapper. Generates, and auto-imports, model files into your project based on, JSON or PLIST, mapping files configured against an arbitrary dictionary. 2 Birds, 1 Stone."
s.homepage="https://github.com/AntonTheDev/JSONModelKit"
s.license='MIT'
s.author={"Anton Doudarev"=>"antonthedev@gmail.com"}
s.source={:git=>'https://github.com/AntonTheDev/JSONModelKit',:tag=>s.version}
s.ios.deployment_target='8.0'
s.osx.deployment_target='10.9'
s.tvos.deployment_target='9.0'
s.requires_arc=true
s.source_files="Source/**/*.*"
end