blob: 46d596ab9a9802e8c7e9d2515a2614b06bafff10 [file] [log] [blame]
{
"name": "UICheckbox.Swift",
"version": "1.0.0",
"summary": "UICheckbox.Swift is simple as hell and lightweight class to add 'checkbox' UI component in iOS application.",
"homepage": "https://github.com/polok/UICheckbox.Swift",
"screenshots": "https://raw.githubusercontent.com/polok/UICheckbox.Swift/master/Resources/uicheckbox_example.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"marcin.polak": "mpolak87@gmail.com"
},
"source": {
"git": "https://github.com/polok/UICheckbox.Swift.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UICheckbox/Classes/**/*",
"resource_bundles": {
"UICheckbox": [
"UICheckbox/Assets/*.png"
]
},
"pushed_with_swift_version": "3.0"
}