[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 7 / d / CANetwork / 0.1.4 / CANetwork.podspec.json
blobbeebcb00dccd1ac3ee25dc841beb05ea3fc65a8e
2   "name": "CANetwork",
3   "swift_version": "4.2",
4   "version": "0.1.4",
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.4"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CANetwork/Classes/*.{h,m,swift}",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.0"
27     ]
28   }