| { |
| "name": "SNPNetwork", |
| "version": "0.1.1", |
| "summary": "SNPNetwork is a Swift-based HTTP networking library for iOS.", |
| "description": "SNPNetwork is a Swift-based HTTP networking library for iOS. It provides an interface on top of Alamofire\nthat simplifies a number of common networking tasks. We've created it to add some features we needed in Snapp\napplication which is not supported directly in Alamofire. Another key feature is a super-simplified JSON parsing\nfacility that gives you clearer syntax by set it's 'responseKey' parameter.", |
| "homepage": "https://github.com/snapp-cab/SNPNetwork", |
| "license": { |
| "type": "MIT", |
| "file": "SNPNetwork/LICENSE" |
| }, |
| "authors": { |
| "Arash Z.Jahangiri": "arashzjahangiri@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/snapp-cab/SNPNetwork.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "SNPNetwork/SNPNetwork/Classes", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.0" |
| ], |
| "SNPUtilities": [ |
| |
| ] |
| } |
| } |