blob: 87554cf832c4eb74f017f97b0c48df359dc73be7 [file] [log] [blame]
{
"name": "DLRadioButton",
"version": "1.0.3",
"summary": "A highly customizable Radio Button for iOS",
"description": " A highly customizable Radio Button for iOS.\n\n * Buttons are drew by UIBezierPath, customize it however you want.\n * You can also use pictures to indicate buttons' selection state.\n",
"homepage": "https://github.com/DavydLiu/DLRadioButton",
"screenshots": [
"https://raw.githubusercontent.com/DavydLiu/DLRadioButton/master/DLRadioButton_screenshot1.png",
"https://raw.githubusercontent.com/DavydLiu/DLRadioButton/master/DLRadioButton_screenshot2.png"
],
"license": "MIT",
"authors": {
"Xingruo Liu": "xingruo.liu@gmail.com"
},
"social_media_url": "http://twitter.com/DavydLiu",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/DavydLiu/DLRadioButton.git",
"tag": "1.0.3"
},
"source_files": "DLRadioButton/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}