blob: 502cf48e7f4d54e50c7c611e5184953b9520f34b [file] [log] [blame]
{
"name": "DLRadioButton",
"version": "1.0.4",
"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": "6.0"
},
"source": {
"git": "https://github.com/DavydLiu/DLRadioButton.git",
"tag": "1.0.4"
},
"source_files": "DLRadioButton/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}