blob: 10de2e5bd4d1662830cc516eba0e34a50375657f [file] [log] [blame]
{
"name": "MAGCheckbox",
"version": "0.0.1",
"summary": "A subclass of UIButton to create Checkbox kind of button from storyboard.",
"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.",
"homepage": "https://github.com/AgarwalMilan/MAGCheckbox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Milan Agarwal": "agarwal.milan.apps@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/AgarwalMilan/MAGCheckbox.git",
"tag": "0.0.1"
},
"source_files": [
"MAGCheckbox/Classes",
"MAGCheckbox/Classes/**/*.{h,m}"
],
"exclude_files": "MAGCheckbox/Classes/Exclude",
"resource_bundles": {
"MAGCheckbox": [
"MAGCheckbox/Assets/*.png"
]
},
"requires_arc": true
}