blob: 473ac1f2c52c94207346de1a951ce6e5e9b9b002 [file] [log] [blame]
{
"name": "SwiftCheckBox",
"version": "0.1.2",
"summary": "Check box button",
"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://raw.githubusercontent.com/MagFer/SwiftCheckBox/master/Images/Simulator.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ian Magarzo": "ian.magfer@gmail.com"
},
"source": {
"git": "https://github.com/MagFer/SwiftCheckBox.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/ianmagarzo",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftCheckBox/Classes/**/*",
"resource_bundles": {
"SwiftCheckBoxImgs": [
"SwiftCheckBox/Assets/**/*"
]
},
"frameworks": "UIKit",
"swift_version": "4.0"
}