| { |
| "name": "Cider", |
| "version": "0.5.0", |
| "summary": "The missing Apple Music SDK.", |
| "description": "Cider is an SDK for interacting with the Apple Music API. It can help you\nquickly search the catalog; retrive albums, artists, and songs; access\nthe user's playback history and recommendations; and more.", |
| "homepage": "https://github.com/scottrhoyt/Cider", |
| "documentation_url": "http://scottrhoyt.github.io/Cider/", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Scott Hoyt": "scottrhoyt@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/scotthoyt", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source": { |
| "git": "https://github.com/scottrhoyt/Cider.git", |
| "tag": "0.5.0" |
| }, |
| "source_files": "Cider/**/*.swift", |
| "pushed_with_swift_version": "4.0" |
| } |