blob: cbc35c043e31b8884e8d5b82f11635a4eb18fb9e [file] [log] [blame]
{
"name": "MusicDownloadButton",
"version": "0.2.0",
"summary": "MusicDownloadButton is a custom UIView subclass which works like Apple Music's download button.",
"description": "MusicDownloadButton is a custom UIView subclass which works like Apple Music's download button. It is available on GitHub",
"homepage": "https://github.com/rafaelc0sta/MusicDownloadButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rafael Costa": "rafael@rafaelcosta.me"
},
"source": {
"git": "https://github.com/rafaelc0sta/MusicDownloadButton.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MusicDownloadButton/Classes/**/*",
"swift_versions": "4.2",
"resource_bundles": {
"MusicDownloadButton": [
"MusicDownloadButton/Assets/*.png"
]
},
"swift_version": "4.2"
}