blob: d0d63968ebd808f64b25c84193d1263281e5d94f [file] [log] [blame]
{
"name": "GNCheckView",
"version": "0.1.3",
"summary": "A UIView subclass that allows animating smoothly between a checked and an unchecked state.",
"description": "A UIView subclass that allows animating smoothly between a checked and an unchecked state, meant to provide a sleeker alternative to the UITableViewAccessoryCheckmark or any other of your check marking needs!.\n * Markdown format.\n * Don't worry about the indent, we strip it!",
"homepage": "https://github.com/gonzalonunez/GNCheckView",
"license": "MIT",
"authors": {
"gonzalonunez": "gonzi@tcpmiami.com"
},
"source": {
"git": "https://github.com/gonzalonunez/GNCheckView.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{swift}",
"module_name": "GNCheckView",
"resource_bundles": {
"GNCheckView": [
"Pod/Assets/*.png"
]
}
}