blob: 797f5f11495d843178a03461dbeedd9815f40b71 [file] [log] [blame]
{
"name": "SDColor",
"version": "0.1.0",
"summary": "Dead simple convenience categories for UIColor.",
"homepage": "https://github.com/steam/SDColor",
"authors": {
"Sean Dougherty": "sean@process255.com"
},
"source": {
"git": "https://github.com/steam/SDColor.git",
"tag": "0.1.0"
},
"description": "Use hexidecimal values to create UIColor objects.",
"source_files": "SDColor/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"requires_arc": false,
"license": {
"type": "MIT",
"file": "LICENSE"
}
}