blob: 36c26f3d793b69ca16c092d280587bc9b72e6411 [file] [log] [blame]
{
"name": "ColorPicker",
"version": "0.1.0",
"summary": "Simple Color Picker writen with Swift.",
"description": "Simple Color Picker writen with Swift you can select you color set by yourself",
"homepage": "https://github.com/ambas/ColorPicker",
"license": "MIT",
"authors": {
"Ambas": "ambaschobsanti@gmail.com"
},
"source": {
"git": "https://github.com/ambas/ColorPicker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ColorPicker": [
"Pod/Assets/*.png"
]
}
}