blob: 76d9f3d70c96e5a5155fecd4ab4abc7bdf0d7a8d [file] [log] [blame]
{
"name": "MultiToggleButton",
"version": "1.7.0",
"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",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yonat/MultiToggleButton.git",
"tag": "1.7.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}