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