[Add] FaceCoreBasicNightly 6.4.1115
[CocoaPods.git] / Specs / 9 / 0 / e / SCNetWork / 0.0.1 / SCNetWork.podspec.json
blobb03af2b64c52beded22bc186b5c56a606dc27379
2   "name": "SCNetWork",
3   "version": "0.0.1",
4   "summary": "基于AFN3.2.1网络请求封装,实现网络请求,上传,下载功能。基于YYCache,实现数据缓存。",
5   "homepage": "https://github.com/SuyChen/SCNetWork",
6   "license": "MIT",
7   "authors": {
8     "SuyChen": "286092964@qq.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/SuyChen/SCNetWork.git",
15     "tag": "0.0.1"
16   },
17   "source_files": [
18     "SCNetWork",
19     "SCNetWork/SCNetworkHelper/*.{h,m}"
20   ],
21   "public_header_files": "SCNetWork/**/*.h",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.2.1"
26     ],
27     "YYCache": [
28       "~> 1.0.4"
29     ]
30   }