| { |
| "name": "NetworkMapper", |
| "version": "1.1.0", |
| "summary": "A framework to map JSON responses to swift objects", |
| "homepage": "http://github.com/adamdebono/NetworkMapper", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Adam Debono": "me@adamdebono.com" |
| }, |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.11", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/adamdebono/NetworkMapper.git", |
| "tag": "1.1.0" |
| }, |
| "source_files": "Source/*.swift", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.5.0" |
| ], |
| "AlamofireImage": [ |
| "~> 3.3.0" |
| ] |
| }, |
| "pushed_with_swift_version": "4.0" |
| } |