blob: 3b06698e63db1d6c5d3e9504d5c4ded343b2253e [file] [log] [blame]
{
"name": "TwoStateButton",
"platforms": {
"ios": "10.0"
},
"version": "0.0.1",
"summary": "A UIButton with a toggleable state represented in image and tint.",
"description": "A UIButton with the ability to toggle between an on and off state represented in image and tint.",
"homepage": "https://github.com/colinjpratt/swift-ios-toggle-button.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"colinjpratt": "colinjamespratt@gmail.com"
},
"source": {
"git": "https://github.com/colinjpratt/swift-ios-toggle-button.git",
"tag": "0.0.1"
},
"source_files": "TwoStateButton/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"pushed_with_swift_version": "3.0"
}