- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathYYURLRequest.podspec
More file actions
Latest commit
15 lines (14 loc) · 645 Bytes
/
Copy pathYYURLRequest.podspec
File metadata and controls
15 lines (14 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |s|
s.name='YYURLRequest'
s.version='0.2.2'
s.summary='A Objective-C network library based on AFNetworking/YYModel/YYCache.'
s.homepage='https://github.com/Pircate/YYURLRequest'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'Pircate'=>'gao497868860@163.com'}
s.source={:git=>'https://github.com/Pircate/YYURLRequest.git',:tag=>s.version.to_s}
s.ios.deployment_target='9.0'
s.source_files='YYURLRequest/Classes/**/*'
s.dependency'AFNetworking'
s.dependency'YYModel'
s.dependency'YYCache'
end