blob: c24179e4da6bd276c2fc9b420ab7352ea0d78a1e [file] [log] [blame]
{
"name": "SUCheckButton",
"version": "0.1.0",
"summary": "light-weight check button in Swift.",
"description": "light-weight check button in Swift.\nEquip @IBInspectable, @IBDesignable.\nSUCheckButton is Subclass of UIControl.",
"homepage": "https://github.com/sgr-ksmt/SUCheckButton",
"license": "MIT",
"authors": {
"Suguru Kishimoto": "su@sfidante.co.jp"
},
"source": {
"git": "https://github.com/sgr-ksmt/SUCheckButton.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SUCheckButton": [
"Pod/Assets/*.png"
]
}
}