blob: bc4d2c074d899a18f979aca3c210ca42aa8c26ca [file] [log] [blame]
{
"name": "LastFm",
"version": "1.17.0",
"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.17.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.8",
"tvos": "9.0"
},
"source_files": "LastFm/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
},
"dependencies": {
"KissXML": [
"~> 5.0.3"
]
}
}