blob: 39284f72eb64d7af8ca924e0205ce9a83441a8df [file] [log] [blame]
{
"name": "NitroUIColorCategories",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": null
},
"source_files": "NitroUIColorCategories/NitroUIColorCategories",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"dependencies": {
"NitroMath": [
],
"NitroNSDictionaryCategories": [
]
}
}