[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / e / 7 / d / CANetwork / 0.1.3 / CANetwork.podspec.json
blobf611e043edbe572c16b37e05599a38f16d2febfe
2   "name": "CANetwork",
3   "swift_version": "4.2",
4   "version": "0.1.3",
5   "summary": "CCNetwork is a high level request util based on AFNetworking.",
6   "description": "CCNetwork is a high level request util based on AFNetworking.\nIf you have any other questions, please contact me by email or GitHub.",
7   "homepage": "https://github.com/aichiko0225/CANetwork",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "aichiko66@163.com": "aichiko66@163.com"
14   },
15   "source": {
16     "git": "https://github.com/aichiko0225/CANetwork.git",
17     "tag": "0.1.3"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CANetwork/Classes/*.{h,m,swift}",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.0"
26     ]
27   }