blob: 8a8c9c0a5c7f15173d37c8506f15f459e8ad4855 [file] [log] [blame]
{
"name": "GNCheckView",
"version": "0.1.0",
"summary": "A UIView subclass that allows animating smoothly between a checked and an unchecked state.",
"homepage": "https://github.com/gonzalonunez/GNCheckView",
"license": "MIT",
"authors": {
"gonzalonunez": "gonzi@tcpmiami.com"
},
"source": {
"git": "https://github.com/gonzalonunez/GNCheckView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GNCheckView": [
"Pod/Assets/*.png"
]
}
}