blob: 29b1d87b2b199db293473703ab078a971ee30bf9 [file] [log] [blame]
{
"name": "SUCheckButton",
"version": "0.1.2",
"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",
"screenshots": "https://raw.githubusercontent.com/sgr-ksmt/SUCheckButton/master/screenshots/screenshot1.png",
"license": "MIT",
"authors": {
"Suguru Kishimoto": "su@sfidante.co.jp"
},
"source": {
"git": "https://github.com/sgr-ksmt/SUCheckButton.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SUCheckButton": [
"Pod/Assets/*.png"
]
}
}