blob: 6b9b57cdf1937f309495fa0a959b54b20a46fdfc [file] [log] [blame]
{
"name": "Cider",
"version": "0.9.0",
"summary": "The missing Apple Music SDK. Written in Swift.",
"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.9.0"
},
"source_files": "Sources/Cider/**/*.swift",
"pushed_with_swift_version": "4.0"
}