[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 6 / f / c / MAGCheckbox / 1.0.0 / MAGCheckbox.podspec.json
blobba6e5240d1c02358f7ea7d25a611207e78c2ee0a
2   "name": "MAGCheckbox",
3   "version": "1.0.0",
4   "summary": "A subclass of UIButton to create Checkbox kind of button from storyboard.",
5   "description": "It's a custom control to quickly setup checkbox kind of button from\nstoryboard by just providing MAGCustomButton as Class and as it's a subclass\nof UIButton you can use all the feature of UIButton. To toggle it's state\nchange the value of 'selected' property of UIButton.",
6   "homepage": "https://github.com/AgarwalMilan/MAGCheckbox",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Milan Agarwal": "agarwal.milan.apps@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/AgarwalMilan/MAGCheckbox.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "MAGCheckbox/Classes",
23     "MAGCheckbox/Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "MAGCheckbox/Classes/Exclude",
26   "resource_bundles": {
27     "MAGCheckbox": [
28       "MAGCheckbox/Assets/*.png"
29     ]
30   },
31   "requires_arc": true