[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 0 / 1 / CustomCheckbox / 0.1.0 / CustomCheckbox.podspec.json
blobac0c3bf7960324a1228f8c39727ee3cdb4e10537
2   "name": "CustomCheckbox",
3   "version": "0.1.0",
4   "summary": "A custom checkbox for ios.",
5   "description": "A custom checkbox for iOS, includes animations when changing states and allows a max number of checkboxes checked in a particular screen.",
6   "homepage": "https://github.com/migue1s/CustomCheckbox",
7   "license": "MIT",
8   "authors": {
9     "Miguel Saiz": "miguelsaizo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/migue1s/CustomCheckbox.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "CustomCheckbox": [
22       "Pod/Assets/*.png"
23     ]
24   }