[Add] AppMetricaStorageUtils 5.9.0
[CocoaPods.git] / Specs / d / 5 / 8 / SWNetwork / 1.1.0 / SWNetwork.podspec.json
blob415cd84803b5440dfc403cb7b06a378472f816f7
2   "name": "SWNetwork",
3   "version": "1.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SWNetwork/Classes/*.{h,m}",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.2.1"
25     ]
26   }