blob: e6c967f040d2699b4f84292971933a89470193a1 [file] [log] [blame]
{
"name": "APLfm",
"version": "0.2.4",
"summary": "A simple framework to facilitate working with the Last.fm API.",
"description": "A simple framework to facilitate working with the Last.fm API\n\nRequest can be made either via the LastfmManager or via individual request. In the latter case, the AFHTTPSessionManager needs to be configured\nCommon parameters like key, sessionToken, signature need not be sent in the request.\nSo for a scroble request for example, the only mandatory parameters to be sent in the dictionary would be the artist and the track",
"homepage": "https://github.com/petrusalin/APLfm",
"license": "MIT",
"authors": {
"Alin Petrus": "petrus.alin@gmail.com"
},
"source": {
"git": "https://github.com/petrusalin/APLfm.git",
"tag": "0.2.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "APLfm/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"CryptoSwift": [
]
}
}