blob: 1f4ab59e16af41b57dd0153b281802764392ae95 [file] [log] [blame]
{
"name": "CheckBox-RadioGroup",
"platforms": {
"ios": "8.0"
},
"version": "0.2",
"summary": "CheckBox and radioGroup for component for iOS",
"description": "checkBox and radioGroup component for using in iOS!, same behavior for android with full custom view",
"homepage": "https://ragaie.github.io/CheckBox/.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ragaie Alfy": "eng.ragaie@gmail.com"
},
"source": {
"git": "https://github.com/ragaie/CheckBox",
"tag": "0.2"
},
"frameworks": "UIKit",
"resources": "Group.xcassets",
"source_files": [
"CheckBox.swift",
"CheckBoxDelegate.swift",
"RadioGroup.swift",
"RadioGroupDelegate.swift",
"Group.xcassets",
"CheckBox.xib",
"RadioCell.xib",
"RadioGroup.xib"
],
"resource_bundles": {
"CheckBox-RadioGroup": [
"Group.xcassets",
"CheckBox.xib",
"RadioCell.xib",
"RadioGroup.xib"
]
},
"pushed_with_swift_version": "3.0"
}