blob: ac0c3bf7960324a1228f8c39727ee3cdb4e10537 [file] [log] [blame]
{
"name": "CustomCheckbox",
"version": "0.1.0",
"summary": "A custom checkbox for ios.",
"description": "A custom checkbox for iOS, includes animations when changing states and allows a max number of checkboxes checked in a particular screen.",
"homepage": "https://github.com/migue1s/CustomCheckbox",
"license": "MIT",
"authors": {
"Miguel Saiz": "miguelsaizo@gmail.com"
},
"source": {
"git": "https://github.com/migue1s/CustomCheckbox.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CustomCheckbox": [
"Pod/Assets/*.png"
]
}
}