blob: d257be0d9e60a6a87e48d6c6cb52f826a683a493 [file] [log] [blame]
{
"name": "AKSimpleColorPicker",
"version": "0.1.0",
"summary": "A simple photoshop-like color picker.",
"description": "This is a simple photoshop-like color picker based on the OpenGL.",
"homepage": "https://github.com/Alc77/AKSimpleColorPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alc77": "akorablev77@gmail.com"
},
"source": {
"git": "https://github.com/Alc77/AKSimpleColorPicker.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "AKSimpleColorPicker/Classes/**/*",
"public_header_files": [
"AKSimpleColorPicker/Classes/AKSimpleColorPicker.h",
"AKSimpleColorPicker/Classes/AKColorPickerViewController.h"
],
"frameworks": [
"UIKit",
"Foundation",
"GLKit"
]
}