blob: df5f334e7a2adac2a4e798f033fb7b301e64ffd7 [file] [log] [blame]
{
"name": "MKToggleButton",
"version": "1.2.0",
"summary": "A binary toggle button that looks like the iOS7 toolbar toggles",
"description": "This UIButton subclass emulates the rounded-rect toggle buttons seen in many iOS 7 applications.",
"homepage": "https://github.com/mikekatz/MKToggleButton",
"screenshots": "https://raw.githubusercontent.com/mikekatz/MKToggleButton/master/screenshot/MKToggleButton.png",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Michael Katz": "katzman@gmail.com"
},
"social_media_url": "http://twitter.com/TheMikeKatz",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mikekatz/MKToggleButton.git",
"tag": "v1.2.0"
},
"source_files": [
"MKToggleButton",
"MKToggleButton/**/*.{h,m}"
],
"requires_arc": true
}