blob: cc3abb439323737b4f6ffca343e48589497e2d4c [file] [log] [blame]
{
"name": "BColorPicker",
"version": "0.1.1",
"summary": "BColorPicker is a simple popup view for selecting colors from a table.",
"description": "BColorPicker provides a simple framework for producing a popup from which to select colors.\nIt's build upon the existing pod 'PopupDialog'",
"homepage": "https://github.com/Kautenja/BColorPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kautenja": "ckfour@icloud.com"
},
"source": {
"git": "https://github.com/Kautenja/BColorPicker.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "BColorPicker/Classes/**/*",
"resource_bundles": {
"BColorPicker": [
"BColorPicker/Assets/*"
]
},
"frameworks": "UIKit",
"dependencies": {
"PopupDialog": [
"~> 0.5"
]
},
"pushed_with_swift_version": "3.0"
}