blob: 8f50b2a541000a97999b0a0420ee429cbba1bb09 [file] [log] [blame]
{
"name": "CJRadio",
"version": "1.0.5",
"summary": "单选按钮、单选视图",
"description": "*、CJRadioButtons:单选按钮组合\n*、CJCycleComposeView:一个可以无限循环的视图组合类\n*、CJRadioButtonCycleComposeView:单选按钮+无限循环的视图\n\n A longer description of CJPopupAction in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!",
"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.5"
},
"source_files": "CJRadio/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CJRadioButtons",
"source_files": "CJRadio/CJRadioButtons/**/*.{h,m}",
"resources": "CJRadio/CJRadioButtons/**/*.{png,xib}",
"dependencies": {
"CJPopupAction": [
"~> 1.4.2"
]
}
},
{
"name": "CJCycleComposeView",
"source_files": "CJRadio/CJCycleComposeView/**/*.{h,m}"
},
{
"name": "CJRadioButtonCycleComposeView",
"source_files": "CJRadio/CJRadioButtonCycleComposeView/**/*.{h,m}",
"dependencies": {
"CJRadio/CJRadioButtons": [
],
"CJRadio/CJCycleComposeView": [
]
}
}
]
}