| { |
| "name": "NetworkBase", |
| "version": "0.1.0", |
| "summary": "NetworkManagerBase is an abstract platform for writing API requests and parsers.", |
| "description": "TODO: NetworkManagerBase is an abstract platform for writing API requests for certain entities and API response parsers that are going to parse API response data.", |
| "homepage": "https://github.com/abdullahwaseer/NetworkBase", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "abdullah.waseer@gmail.com": "abdullah@mailcohen.com" |
| }, |
| "source": { |
| "git": "https://github.com/abdullahwaseer/NetworkBase.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "NetworkBase/Classes/**/*", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.0.1" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |