blob: 7fd9acba7371827639104e1a6b0a2db98cf0bfe5 [file] [log] [blame]
{
"name": "NitroUIColorCategories",
"version": "1.0.0",
"summary": "Initialization, conversion, comparison, RGBA components and luminance getters for iOS UIColor type.",
"homepage": "http://github.com/danielalves/NitroUIColorCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Daniel L. Alves",
"social_media_url": "http://twitter.com/alveslopesdan",
"source": {
"git": "https://github.com/danielalves/NitroUIColorCategories.git",
"tag": "1.0.0"
},
"platforms": {
"ios": null
},
"source_files": "NitroUIColorCategories/NitroUIColorCategories",
"requires_arc": true,
"dependencies": {
"NitroMath": [
],
"NitroNSDictionaryCategories": [
]
}
}