blob: 8c630f34b7e84c9f27837926b17a37bab64b8a45 [file] [log] [blame]
{
"name": "CheckboxButton",
"version": "3.0.1",
"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.1"
},
"source_files": [
"CheckboxButton",
"CheckboxButton/**/*.{h,swift}"
],
"requires_arc": true
}