[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / e / d / CKNetwork / 1.0.0 / CKNetwork.podspec.json
blobffb4f00d4ae2601325da299c04e022bb0d9b80f3
2   "name": "CKNetwork",
3   "version": "1.0.0",
4   "summary": "基于AFNetworking的网络库封装",
5   "description": "基于AFNetworking的网络库封装,欢迎使用!",
6   "homepage": "https://github.com/calvin186/CKNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Calvin": "chengwei186@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/calvin186/CKNetwork.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "CKNetwork/CKNetwork/NetworkCore/**/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "MobileCoreServices",
26     "CoreGraphics"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "AFNetworking": [
31       "~> 3.2.1"
32     ],
33     "MJExtension": [
34       "~> 3.0.17"
35     ]
36   }