blob: 49c1ac1917c5543e40725c8b3366bebb190d2f34 [file] [log] [blame]
{
"name": "SimpleCheckbox",
"version": "2.1.0",
"summary": "A simple checkbox.",
"swift_versions": "5.1",
"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": "2.1.0"
},
"source_files": "checkbox/*.{swift}",
"swift_version": "5.1"
}