| { |
| "name": "NWNetworkingWrapper", |
| "version": "1.0.1", |
| "summary": "NWNetworkingWrapper is a AFNetworking wrapper", |
| "homepage": "https://github.com/atcuan/NWNetworkingWrapper", |
| "license": "MIT", |
| "authors": { |
| "Moch Xiao": "atcuan@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/atcuan/NWNetworkingWrapper.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": "NWNetworkingWrapper/Classess/*", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ] |
| } |
| } |