blob: ab199ccce70332e244dbac9ce79386da7903de2c [file] [log] [blame]
{
"name": "TNSwiftyCheckboxGroup",
"version": "1.0.1",
"summary": "A Swift component to create checkbox groups based on UICollectionView.",
"description": "With this component you can create checkbox groups with various styles, like\n\n* Square checkboxes\n* Circular checkboxes\n* Image checkboxes\n* Custom checkboxes\n\nWorks in landscape and portrait.",
"homepage": "https://github.com/frederik-jacques/TNSwiftyCheckboxGroup.git",
"screenshots": "http://cl.ly/image/1g173h3B1n02/tnswiftycheckboxgroup.jpg",
"license": "MIT",
"authors": {
"Frederik Jacques": "frederik@the-nerd.be"
},
"source": {
"git": "https://github.com/frederik-jacques/TNSwiftyCheckboxGroup.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/thenerd_be",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TNSwiftyCheckboxGroup": [
"Pod/Assets/*.png",
"Pod/**/*.xib"
]
}
}