[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 0 / 1 / CustomCheckbox / 0.1.2 / CustomCheckbox.podspec.json
blob27232e2b1187bfd97957b09cbce263a3fdb5ea45
2   "name": "CustomCheckbox",
3   "version": "0.1.2",
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.2"
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   }