| { |
| "name": "SwiftRestAPIClient", |
| "version": "2.0.0", |
| "summary": "A REST API client for Swift.", |
| "description": "SwiftRestAPIClient provides a basic structure for creating a client API to connect to a REST backend.", |
| "homepage": "https://github.com/kha26/SwiftRESTAPIClient", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "kha26": "kha26@cornell.edu" |
| }, |
| "source": { |
| "git": "https://github.com/kha26/SwiftRESTAPIClient.git", |
| "tag": "2.0.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_version": "4.0", |
| "source_files": "Classes/**/*.swift", |
| "dependencies": { |
| "Alamofire": [ |
| |
| ] |
| } |
| } |