blob: 18d7f7133e377c418d02b1f8287f7a58e001194f [file] [log] [blame]
{
"name": "NitroUIColorCategories",
"version": "1.1.1",
"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.1"
},
"platforms": {
"ios": null
},
"source_files": "NitroUIColorCategories/NitroUIColorCategories",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"dependencies": {
"NitroMath": [
"~> 1.1.0"
],
"NitroNSDictionaryCategories": [
"~> 1.1.0"
]
}
}