blob: 8c45f1a27635c221c48f3daa0d25b8847a22502e [file] [log] [blame]
{
"name": "Cider",
"version": "0.7.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.7.0"
},
"source_files": "Sources/Cider/**/*.swift",
"pushed_with_swift_version": "4.0"
}