| { |
| "name": "SWNetwork", |
| "version": "1.1.2", |
| "summary": "SWNetwork is a request util based on AFNetworking.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/RockChanel/SWNetwork", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "selwyn": "selwynbee@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/RockChanel/SWNetwork.git", |
| "tag": "1.1.2" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "SWNetwork/Classes/*.{h,m}", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 4.0.0" |
| ] |
| } |
| } |