[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 6 / 8 / APLfm / 0.1.5 / APLfm.podspec.json
blob07e8e9ac8e75e81cfc01fe2d2bec5670cf0e73e4
2   "name": "APLfm",
3   "version": "0.1.5",
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.1.5"
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   }