blob: 4d2bbb73f62e7f260d0c76f143548521e71eff4e [file] [log] [blame]
{
"name": "CheckboxButton",
"version": "3.0.0",
"summary": "A checkbox button UI component for iOS built with Swift",
"description": "A checkbox button UI component for iOS built with Swift. `CheckboxButton` is simply a subclass of `UIControl`.",
"homepage": "https://github.com/chrisamanse/CheckboxButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Amanse": "christopheramanse@gmail.com"
},
"social_media_url": "http://twitter.com/ChrisAmanse",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chrisamanse/CheckboxButton.git",
"tag": "v3.0.0"
},
"source_files": [
"CheckboxButton",
"CheckboxButton/**/*.{h,swift}"
],
"requires_arc": true
}