[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 3 / 6 / 8 / APLfm / 0.2.4 / APLfm.podspec.json
blobe6c967f040d2699b4f84292971933a89470193a1
2   "name": "APLfm",
3   "version": "0.2.4",
4   "summary": "A simple framework to facilitate working with the Last.fm API.",
5   "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",
6   "homepage": "https://github.com/petrusalin/APLfm",
7   "license": "MIT",
8   "authors": {
9     "Alin Petrus": "petrus.alin@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/petrusalin/APLfm.git",
13     "tag": "0.2.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "APLfm/Classes/**/*",
19   "frameworks": [
20     "UIKit",
21     "MapKit"
22   ],
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.0"
26     ],
27     "CryptoSwift": [
29     ]
30   }