| { |
| "name": "SimpleAPIClient-iOS", |
| "version": "0.1.7", |
| "summary": "Network Client for iOS Projects", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "rich@richappz.com": "rich@richappz.com" |
| }, |
| "homepage": "https://github.com/RichAppz/SimpleAPIClient-iOS.git", |
| "platforms": { |
| "ios": "11.0", |
| "watchos": "4.0" |
| }, |
| "swift_version": "4.2", |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/RichAppz/SimpleAPIClient-iOS.git", |
| "tag": "0.1.7" |
| }, |
| "source_files": "APIClient/**/*.{swift}", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.0" |
| ] |
| } |
| } |