blob: d9af1f6a1d69c238f221691673294494cf2da187 [file] [log] [blame]
{
"name": "CJRadio",
"version": "1.0.0",
"summary": "单选按钮的组合CJRadioButtons、CJRadioComposeView、由RadioButtons和RadioComposeView再组合使用的CJButtonControllerView",
"homepage": "https://github.com/dvlproad/RadioButtons",
"license": "MIT",
"authors": "dvlproad",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dvlproad/RadioButtons.git",
"tag": "CJRadio_1.0.0"
},
"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": "RadioComposeView",
"source_files": "CJRadio/CJRadioComposeView/**/*.{h,m}"
}
]
}