[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 1 / 6 / ZXNetwork / 0.1.4 / ZXNetwork.podspec.json
blobdc487548d20d57119b74654313e9bce76b2e1941
2   "name": "ZXNetwork",
3   "version": "0.1.4",
4   "summary": "AFNetworking 的简单封装(OC)",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/xzx951753/ZXNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xzx951753": "285644797@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xzx951753/ZXNetwork.git"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "ZXNetwork/Classes/**/*",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 3.2.0"
24     ]
25   }