blob: ddb7de8490470fed41aa5c64f1f034b9a025d6e4 [file] [log] [blame]
{
"name": "AFChoiceButton",
"version": "0.0.2",
"summary": "A custom Button contain check box or radio box.",
"description": " A custom Button contain check box or radio box.\n (一个自定义的单选或者复选框控件) \n",
"homepage": "http://blog.afantree.com/github/afchoicebutton",
"license": "MIT",
"authors": {
"阿凡树": "729397005@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/afantree/AFChoiceButton.git",
"tag": "0.0.2"
},
"source_files": "AFChoiceButton/Classes/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}