blob: 50a0987368e9978c45dc553530fff124ce290dfe [file] [log] [blame]
{
"name": "MultiToggleButton",
"version": "1.2.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.2.0"
},
"source_files": "ToggleButton.swift",
"requires_arc": true
}