blob: b9c68afa8283f567d855bb2553c0c27976c49074 [file] [log] [blame]
{
"name": "LastfmClient",
"version": "0.1.7",
"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.7"
},
"source_files": "LastfmClient/**/*.{swift}",
"dependencies": {
"APIKit": [
"~> 3.1.1"
]
}
}