blob: e40708ead365e24b7a650b3f8b7bd0c754bb4812 [file] [log] [blame]
{
"name": "KSOColorPicker",
"version": "0.2.0",
"summary": "KSOColorPicker is a iOS framework to facilitate picking colors by the user.",
"description": "KSOColorPicker is a iOS framework to facilitate picking colors by the user. It supports WA, RGB, and HSBA modes. It supports drag and drop on all compatible iOS devices.",
"homepage": "https://github.com/Kosoku/KSOColorPicker",
"license": {
"type": "BSD",
"file": "LICENSE.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOColorPicker.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": "KSOColorPicker/**/*.{h,m}",
"exclude_files": "KSOColorPicker/KSOColorPicker-Info.h",
"private_header_files": "KSOColorPicker/Private/*.h",
"resource_bundles": {
"KSOColorPicker": [
"KSOColorPicker/**/*.{lproj}"
]
},
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Ditko": [
],
"Stanley": [
]
}
}