[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / f / TNSwiftyCheckboxGroup / 1.0.1 / TNSwiftyCheckboxGroup.podspec.json
blobab199ccce70332e244dbac9ce79386da7903de2c
2   "name": "TNSwiftyCheckboxGroup",
3   "version": "1.0.1",
4   "summary": "A Swift component to create checkbox groups based on UICollectionView.",
5   "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.",
6   "homepage": "https://github.com/frederik-jacques/TNSwiftyCheckboxGroup.git",
7   "screenshots": "http://cl.ly/image/1g173h3B1n02/tnswiftycheckboxgroup.jpg",
8   "license": "MIT",
9   "authors": {
10     "Frederik Jacques": "frederik@the-nerd.be"
11   },
12   "source": {
13     "git": "https://github.com/frederik-jacques/TNSwiftyCheckboxGroup.git",
14     "tag": "1.0.1"
15   },
16   "social_media_url": "https://twitter.com/thenerd_be",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "TNSwiftyCheckboxGroup": [
24       "Pod/Assets/*.png",
25       "Pod/**/*.xib"
26     ]
27   }