blob: 238f5c8cfa3e8cf29030e208a123cc290b357f56 [file] [log] [blame]
{
"name": "GNCheckView",
"version": "0.1.7",
"summary": "A UIView subclass that neatly animates between a checked and an unchecked state.",
"description": "A UIView subclass that neatly animates between a checked and an unchecked state. Serves as a nice alternative to UITableViewAccessoryTypeCheckmark or for any other of your check-marking needs!",
"homepage": "https://github.com/gonzalonunez/GNCheckView",
"license": "MIT",
"authors": {
"Gonzalo Nunez": "gonzi@tcpmiami.com"
},
"source": {
"git": "https://github.com/gonzalonunez/GNCheckView.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GNCheckView": [
"Pod/Assets/*.png"
]
}
}