blob: e94db8c4a74e26c1ad38af4a3abbac7ffcf23e6e [file] [log] [blame]
{
"name": "LastFm",
"version": "1.3.1",
"summary": "Block based Last.fm SDK for iOS and Mac OS X.",
"homepage": "https://github.com/gangverk/LastFm",
"license": "MIT",
"authors": {
"Kevin Renskers": "info@mixedcase.nl"
},
"source": {
"git": "https://github.com/gangverk/LastFm.git",
"tag": "1.3.1"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": "LastFm/*.{h,m}",
"requires_arc": true,
"dependencies": {
"KissXML": [
"~> 5.0"
]
}
}