blob: b3fa5cb808660697020b3c0f06c7014cd49d7aed [file] [log] [blame]
{
"name": "CJRadio",
"version": "1.1.0",
"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.1.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": "MySliderRadioButtons",
"source_files": "CJRadio/MySliderRadioButtons/**/*.{h,m}",
"dependencies": {
"CJRadio/CJRadioButtons": [
]
}
},
{
"name": "MyPopupRadioButtons",
"source_files": "CJRadio/MyPopupRadioButtons/**/*.{h,m}",
"dependencies": {
"CJRadio/CJRadioButtons": [
],
"CJBaseUIKit/UIView/CJPopupAction": [
]
}
},
{
"name": "CJCycleComposeView",
"source_files": "CJRadio/CJCycleComposeView/**/*.{h,m}"
},
{
"name": "CJRadioButtonCycleComposeView",
"source_files": "CJRadio/CJRadioButtonCycleComposeView/**/*.{h,m}",
"dependencies": {
"CJRadio/CJRadioButtons": [
],
"CJRadio/CJCycleComposeView": [
]
}
}
]
}