| { |
| "name": "LastfmClient", |
| "version": "0.1.9", |
| "summary": "A Swifty last.fm api client using Codable.", |
| "homepage": "https://github.com/starhoshi/LastfmClient", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "star__hoshi": "kensuke1751@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/star__hoshi", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/starhoshi/LastfmClient.git", |
| "tag": "0.1.9" |
| }, |
| "source_files": "LastfmClient/**/*.{swift}", |
| "dependencies": { |
| "APIKit": [ |
| "~> 3.1.1" |
| ] |
| } |
| } |