[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / 4 / SXNetwork / 0.0.2 / SXNetwork.podspec.json
blob25eb1a3d80d1e8ef751d7a93fb89c9b0d510ed46
2   "name": "SXNetwork",
3   "version": "0.0.2",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "summary": "基于AFNetworking再次封装的网络请求框架",
8   "homepage": "https://github.com/LKeBing/SXNetwork",
9   "license": "MIT",
10   "authors": {
11     "LKeBing": "13568922114@163.com"
12   },
13   "source": {
14     "git": "https://github.com/LKeBing/SXNetwork.git",
15     "tag": "0.0.2"
16   },
17   "requires_arc": true,
18   "source_files": "SXNetwork/*",
19   "dependencies": {
20     "AFNetworking": [
21       "~> 4.0.1"
22     ]
23   }