blob: d5ca0df9a523c6059726f3fe0bb4d5c7f679cd27 [file] [log] [blame]
{
"name": "CIColorRGBA",
"version": "3.0",
"summary": "CIColor extension",
"description": "Provides convenience CIColor method for setting color from HEX string in Swift",
"homepage": "https://github.com/maximbilan/CIColorRGBA",
"license": {
"type": "MIT"
},
"authors": {
"Maxim Bilan": "maximb.mail@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/maximbilan/CIColorRGBA.git",
"tag": "3.0"
},
"source_files": [
"Source",
"*.{swift}"
],
"requires_arc": true
}