blob: ef9e482ea60cdbb1a4012c191aad2b3edf151f4d [file] [log] [blame]
{
"name": "HHCheckboxButton",
"version": "1.0.0",
"authors": {
"Herui": "heruicross@gmail.com"
},
"homepage": "https://github.com/red3/HHCheckboxButton",
"summary": "CheckBoxButton that use UIGraphics to layout checkImage. Inspired by Telegram.",
"source": {
"git": "https://github.com/red3/HHCheckboxButton.git",
"tag": "1.0.0"
},
"license": {
"type": "GNU",
"file": "LICENSE"
},
"platforms": {
"ios": "6.0"
},
"source_files": "HHCheckboxButton/*",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}