| { | |
| "name": "TravisClient", | |
| "version": "0.2.0", | |
| "license": { | |
| "type": "MIT" | |
| }, | |
| "homepage": "https://github.com/IainSmith/TravisClient", | |
| "authors": { | |
| "Iain Smith": "Iain@mountain23.com" | |
| }, | |
| "summary": "Swifty Travis v3 API Client", | |
| "source": { | |
| "git": "https://github.com/IainSmith/travisClient.git", | |
| "tag": "0.2.0" | |
| }, | |
| "source_files": "Sources/**/*.swift", | |
| "platforms": { | |
| "ios": "10.0", | |
| "osx": "10.12" | |
| }, | |
| "swift_version": "4.0", | |
| "dependencies": { | |
| "Result": [ | |
| "~> 3.0.0" | |
| ] | |
| } | |
| } |