[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / a / LastfmClient / 0.1.5 / LastfmClient.podspec.json
blobc739ded55306c4d4db0e4c8144ae88f4c7406d33
2   "name": "LastfmClient",
3   "version": "0.1.5",
4   "summary": "A Swifty last.fm api client using Codable.",
5   "homepage": "https://github.com/starhoshi/LastfmClient",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "star__hoshi": "kensuke1751@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/star__hoshi",
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/starhoshi/LastfmClient.git",
19     "tag": "0.1.5"
20   },
21   "source_files": "LastfmClient/**/*.{swift}",
22   "dependencies": {
23     "APIKit": [
24       "~> 3.1.1"
25     ]
26   }