blob: 9a195404e79199ddd054594d9c8e57dfe0fb7e4c [file] [log] [blame]
{
"name": "GoogleMusicClient",
"version": "1.0",
"summary": "Google Music client",
"homepage": "https://github.com/elliotchance/GoogleMusicClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elliot Chance": "elliotchance@gmail.com"
},
"source": {
"git": "https://github.com/elliotchance/GoogleMusicClient.git",
"tag": "v1.0"
},
"source_files": "GoogleMusicClient/*.{h,m}",
"requires_arc": true,
"platforms": {
"osx": "10.8"
},
"dependencies": {
"CollectionFactory": [
],
"NSURL+QueryDictionary": [
],
"MBHMAC": [
]
}
}