[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 5 / 8 / SWNetwork / 1.0.0 / SWNetwork.podspec.json
blobf9f027f35314fbc37fe2e5c973c7289b11642e26
2   "name": "SWNetwork",
3   "version": "1.0.0",
4   "summary": "SWNetwork is a request util based on AFNetworking.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/RockChanel/SWNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "selwyn": "selwynbee@163.com"
13   },
14   "source": {
15     "git": "https://github.com/RockChanel/SWNetwork.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SWNetwork/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.2.1"
25     ]
26   }