[Add] MapboxCommon 24.10.0-daily-2024-12-14-04-25
[CocoaPods.git] / Specs / c / 2 / 1 / CustomNetWorking / 1.0.3 / CustomNetWorking.podspec.json
blob74d33e87ae0231fe54a1a2102c27ee5b8f7e71d6
2   "name": "CustomNetWorking",
3   "version": "1.0.3",
4   "summary": "基于AFNetWorking二次封装(数据请求、数据缓存、数据文件上传、数据文件下载、数据文件断点下载、自定义配置)",
5   "homepage": "https://github.com/XueYangLee/CustomNetWorking",
6   "license": "MIT",
7   "authors": {
8     "Singularity_Lee": "496736912@qq.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/XueYangLee/CustomNetWorking.git",
15     "tag": "1.0.3"
16   },
17   "source_files": "CustomNetWorking/CustomNetWork/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
22     ],
23     "YYCache": [
25     ]
26   }