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