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