blob: 92843ecc22f8a172f9aec3ee311648bfa4f64c9e [file] [log] [blame]
{
"name": "CJRadio",
"version": "1.0.1",
"summary": "单选按钮的组合CJRadioButtons、CJRadioComposeView、由RadioButtons和RadioComposeView再组合使用的CJButtonControllerView",
"homepage": "https://github.com/dvlproad/CJRadio",
"license": "MIT",
"authors": "dvlproad",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dvlproad/CJRadio.git",
"tag": "CJRadio_1.0.1"
},
"source_files": "CJRadio/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CJRadioButtons",
"source_files": "CJRadio/CJRadioButtons/**/*.{h,m}",
"resources": "CJRadio/CJRadioButtons/**/*.{png,xib}"
},
{
"name": "CJRadioComposeView",
"source_files": "CJRadio/CJRadioComposeView/**/*.{h,m}"
}
]
}