blob: 27232e2b1187bfd97957b09cbce263a3fdb5ea45 [file] [log] [blame]
{
"name": "CustomCheckbox",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CustomCheckbox": [
"Pod/Assets/*.png"
]
}
}