blob: 8527a3f3152be26b9914512173dbea12860cacbf [file] [log] [blame]
{
"name": "UIColor-HexUtils",
"version": "1.0",
"summary": "A custom UIColor Hex Utils Category",
"homepage": "https://github.com/devcarlos/UIColor-HexUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Carlos Alcala": "carlos.alcala@icloud.com"
},
"social_media_url": "http://twitter.com/carlosalcala",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/devcarlos/UIColor-HexUtils.git",
"tag": "1.0"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"requires_arc": true
}