blob: 3ab2abf098cb8a402fae81a9d19a388e555d87a1 [file] [log] [blame]
{
"name": "SimpleCheckbox",
"version": "1.5.0",
"summary": "A simple checkbox.",
"swift_version": "4.2",
"description": "SimpleCheckbox aims to accomplish what other iOS checkbox controls haven't. To be simple. There's no animations, no IBDesignable to slow down interface builder, and no performance heavy draw methods.",
"homepage": "https://github.com/BeauNouvelle/SimpleCheckbox",
"screenshots": "https://raw.githubusercontent.com/BeauNouvelle/SimpleCheckbox/master/demo/images/banner.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Beau Nouvelle",
"social_media_url": "http://twitter.com/BeauNouvelle",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/BeauNouvelle/SimpleCheckbox.git",
"tag": "1.5.0"
},
"source_files": "checkbox/*.{swift}"
}