blob: 356e045271462858cede989d6fd109dc81017043 [file] [log] [blame]
{
"name": "SwiftCheckBox",
"version": "0.1.1",
"summary": "Check box buttons with images",
"swift_versions": "4.0",
"description": "Import SwiftCheckBox and add the CheckBoxButton both from the Storyboard or programmatically",
"homepage": "https://github.com/MagFer/SwiftCheckBox",
"screenshots": [
"https://drive.google.com/uc?export=view&id=1aUdFr9rPXTUvRvXKtBvKMLADG7fo0mwQ",
"https://drive.google.com/uc?export=view&id=16zdO_nWN4NKfyOUMoANnVsFEApY7vDoV",
"https://drive.google.com/uc?export=view&id=157TGZsUgWMhXVGsUFjSCMVrj7rWY4_5Y"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ian Magarzo": "ian.magfer@gmail.com"
},
"source": {
"git": "https://github.com/MagFer/SwiftCheckBox.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftCheckBox/Classes/**/*",
"resource_bundles": {
"SwiftCheckBoxImgs": [
"SwiftCheckBox/Assets/**/*"
]
},
"frameworks": "UIKit",
"swift_version": "4.0"
}