[Add] TensorFlowLiteC 0.0.1-nightly.20241228
[CocoaPods.git] / Specs / 9 / 0 / e / SCNetWork / 0.0.2 / SCNetWork.podspec.json
blob62ca99d8c789e4de5a9cc7366d1421df01b3ea5c
2   "name": "SCNetWork",
3   "version": "0.0.2",
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.2"
16   },
17   "source_files": "SCNetworkHelper/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
21       "~> 3.2.1"
22     ],
23     "YYCache": [
24       "~> 1.0.4"
25     ]
26   }