blob: 559351f8046c9da9432ae0baf85ea81f8139e55a [file] [log] [blame]
{
"name": "SuperButton",
"version": "0.6.1",
"summary": "Multifunction ui button",
"swift_versions": "4.0",
"description": "A button that expands into at most 7 buttons allowing more functionality in a small space.",
"homepage": "https://github.com/kraigwastlund/SuperButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kraigwastlund": "kraigwastlund@gmail.com"
},
"source": {
"git": "https://github.com/kraigwastlund/SuperButton.git",
"tag": "0.6.1"
},
"social_media_url": "https://twitter.com/kraigwastlund",
"platforms": {
"ios": "8.0"
},
"source_files": "SuperButton/Classes/**/*",
"resource_bundles": {
"SuperButton": [
"SuperButton/Assets/*.xcassets"
]
},
"frameworks": "UIKit",
"swift_version": "4.0"
}