[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 7 / d / CANetwork / 0.1.2 / CANetwork.podspec.json
blobb9b112be838fc194306ff303be87d8060e3dc9fc
2   "name": "CANetwork",
3   "swift_version": "4.2",
4   "version": "0.1.2",
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.2"
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   }