blob: cfe62cac33ec50240e6e03fcaa712f07e3bbc83b [file] [log] [blame]
{
"name": "GNCheckView",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GNCheckView": [
"Pod/Assets/*.png"
]
}
}