| { |
| "name": "Gramophone", |
| "version": "1.1", |
| "summary": "Gramophone is a swifty wrapper of the Instagram API", |
| "homepage": "https://github.com/jverdi/Gramophone", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jared Verdi": "jared@jaredverdi.com" |
| }, |
| "social_media_url": "http://twitter.com/jverdi", |
| "source": { |
| "git": "https://github.com/jverdi/Gramophone.git", |
| "tag": "1.1" |
| }, |
| "source_files": [ |
| "Source/*.swift", |
| "Source/Client/*.swift", |
| "Source/Model/*.swift", |
| "Source/Resources/*.swift" |
| ], |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "dependencies": { |
| "Result": [ |
| "~> 3.2" |
| ], |
| "Decodable": [ |
| "~> 0.6" |
| ] |
| }, |
| "pushed_with_swift_version": "4.0" |
| } |