[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / a / LastfmClient / 0.1.9 / LastfmClient.podspec.json
blob1b40f8b948e000bf1395cfac5f95d812a74600ff
2   "name": "LastfmClient",
3   "version": "0.1.9",
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.9"
20   },
21   "source_files": "LastfmClient/**/*.{swift}",
22   "dependencies": {
23     "APIKit": [
24       "~> 3.1.1"
25     ]
26   }