blob: a7bcfd78bccc54510b4de9a1be6222ad668bdf47 [file] [log] [blame]
{
"name": "CIColorRGBA",
"version": "4.0.1",
"summary": "CIColor extension",
"description": "Provides a convenience CIColor method for the setting color from a 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": "4.0.1"
},
"source_files": [
"Source",
"*.{swift}"
],
"requires_arc": true
}