blob: 7c1152d9938d53b3c664008433c9e2c4429215f9 [file] [log] [blame]
{
"name": "Radio_and_Checkbox",
"version": "0.0.6",
"summary": "Radio Button & Checkbox for iOS implemented as per the HIG.",
"description": "Radio Button & Checkbox for iOS implemented as per the HIG.",
"homepage": "https://github.com/d4rkl0rd3r3b05/Radio-Button-Checkbox-iOS.git",
"license": "MIT",
"authors": {
"Mayank Gupta": "mayankguptacse@gmail.com"
},
"source": {
"git": "https://github.com/d4rkl0rd3r3b05/Radio-Button-Checkbox-iOS.git",
"tag": "master"
},
"source_files": [
"Classes",
"Classes/*.{swift}"
],
"resources": "Resources/*.png",
"resource_bundles": {
"RadioAndCheckboxBundle": [
"Classes/*.{xib}"
]
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
}
}