- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDBJSONModel.podspec
More file actions
Latest commit
24 lines (17 loc) · 787 Bytes
/
Copy pathDBJSONModel.podspec
File metadata and controls
24 lines (17 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.newdo |s|
s.name='DBJSONModel'
s.summary='A light model framework for iOS.'
s.version='0.6.0'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.authors={'dengbin9009'=>'dengbin9009@126.com'}
s.social_media_url='http://www.jianshu.com/p/fafffd478134'
s.homepage='https://github.com/dengbin9009/DBJSONModel'
s.ios.deployment_target='6.0'
s.osx.deployment_target='10.7'
s.watchos.deployment_target='2.0'
s.source={:git=>'https://github.com/dengbin9009/DBJSONModel.git',:tag=>s.version.to_s}
s.requires_arc=true
s.source_files='DBJSONModel/DBJSONModel/*.{h,m}'
s.public_header_files='DBJSONModel/DBJSONModel/*.{h}'
s.frameworks='Foundation','CoreFoundation'
end