blob: 909d69ff28e8822f81180ba7ccc63c4b8fddfcf4 [file] [log] [blame]
{
"name": "NSString+Color",
"version": "1.0.0",
"summary": "UIColor creation from NSString",
"platforms": {
"ios": null
},
"description": "\t \t\t\t\tNSString category allowing you to create UIColor from it.\n\n\t\t\t\t\tThis allows you to create color from hexadecimal representation or color name, such as @\"#FF4465\", @\"red\", @\"antiquewhite\"\n\t\t\t\t\tAs a bonus, category also embeds a list of predefined web colors, according to http://en.wikipedia.org/wiki/Web_colors\n\t\t\t\t\tCategory also works with FPBrandColors, since FPBrandColors is a category for UIColor, such as @\"Facebook\", @\"Dropbox\"\n\n\t\t\t\t\tMain use case is when loading color configuration from configuration file.\n\n\t\t\t\t\tARC only\n",
"homepage": "https://github.com/nicolasgoutaland/NSString-Color",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nicolasgoutaland": "nicolas.goutaland@gmail.com"
},
"source": {
"git": "https://github.com/nicolasgoutaland/NSString-Color.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}