- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSNetworking.podspec
More file actions
Latest commit
executable file
·25 lines (20 loc) · 892 Bytes
/
Copy pathCSNetworking.podspec
File metadata and controls
executable file
·25 lines (20 loc) · 892 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
25
Pod::Spec.newdo |s|
s.name='CSNetworking'
s.summary='On the basis of AFNetworking encapsulation.'
s.version='2.0.2'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.authors={'CoderXSLee'=>'1363852560@qq.com'}
# s.social_media_url = 'http://'
s.homepage='https://github.com/CoderXSLee/CSNetworking'
s.platform=:ios,'9.0'
s.ios.deployment_target='9.0'
s.source={:git=>'https://github.com/CoderXSLee/CSNetworking.git',:tag=>s.version}
s.requires_arc=true
s.source_files='CSNetworking/**/*.{h,m}'
s.public_header_files='CSNetworking/*.{h}'
s.resource='CSNetworking/CSTip.bundle'
# s.frameworks = 'CoreFoundation', 'CoreGraphics', 'Foundation', 'MobileCoreServices', 'QuartCore', 'Security', 'SystemConfiguration', 'UIKit'
s.dependency'AFNetworking'
s.dependency'MJExtension'
s.dependency'YYCache'
end