[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / c / a / CDBCheckboxView / 0.0.1 / CDBCheckboxView.podspec.json
blob25df9916dc8e20ab6f24284bf2a803d67e4d4ded
2   "name": "CDBCheckboxView",
3   "version": "0.0.1",
4   "summary": "Simple checkbox view",
5   "description": "Use it to maintain user checkboxing interaction inside a cell or a custom alert view\"",
6   "homepage": "https://github.com/yocaminobien/CDBCheckboxView",
7   "license": "MIT",
8   "authors": {
9     "yocaminobien": "yocaminobien@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/yocaminobien/CDBCheckboxView.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "CDBCheckboxView": [
22       "Pod/Assets/*.png",
23       "Pod/Assets/*.xib"
24     ]
25   },
26   "frameworks": "UIKit"