blob: d5d9238bc063e6920594118d1d6d5ad5c621a226 [file] [log] [blame]
{
"name": "MultiToggleButton",
"version": "1.7.1",
"summary": "Multiple state tap to toggle UIButton in Swift",
"description": "A UIButton subclass that implements tap-to-toggle button text. (Like the camera flash and timer buttons)",
"homepage": "https://github.com/yonat/MultiToggleButton",
"screenshots": "https://raw.githubusercontent.com/yonat/MultiToggleButton/master/screenshots/toggle.gif",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yonat Sharon": "yonat@ootips.org"
},
"social_media_url": "http://twitter.com/yonatsharon",
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/yonat/MultiToggleButton.git",
"tag": "1.7.1"
},
"source_files": "Sources/*.swift"
}