[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / 8 / CRZNetWorkManager / 0.0.1 / CRZNetWorkManager.podspec.json
blob724a90ae9b9879d4501aef950755c51071d30ea0
2   "name": "CRZNetWorkManager",
3   "version": "0.0.1",
4   "summary": "A short description of CRZNetWorkManager.",
5   "description": "链式网络请求",
6   "homepage": "https://github.com/chenqing512/CRZNetWorkManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chenqing512": "chenqing512@sina.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/chenqing512/CRZNetWorkManager.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "CRZNetWorkManager",
23     "CRZNetWorkManager/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "frameworks": "Foundation",
27   "requires_arc": true,
28   "dependencies": {
29     "AFNetworking": [
30       "~> 3.1.0"
31     ]
32   }