blob: 4d8d0cfbabfb7907a52625196fed5aa12ac953a7 [file] [log] [blame]
{
"name": "CheckboxList",
"platforms": {
"ios": "9.0"
},
"summary": "CheckboxList allows checkboxes for simple user input when given a short list of options.",
"requires_arc": true,
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyle Somers": "kyledouglassomers@gmail.com"
},
"homepage": "https://github.com/kysomers/CheckboxList",
"source": {
"git": "https://github.com/kysomers/CheckboxList.git",
"tag": "1.0.0"
},
"frameworks": "UIKit",
"source_files": "**/*.{swift}",
"resources": "**/*.{png}"
}