blob: 87fbc73a713d091d8639fa8feacfa9ee045b2b6e [file] [log] [blame]
{
"name": "GDIColor",
"version": "0.1.0",
"summary": "A category of convenience and utility methods for UIColor.",
"description": " A category of convenience and utility methods for UIColor.\n More Coming soon!\n",
"homepage": "https://github.com/gdavis/GDIColor",
"license": "MIT",
"authors": {
"Grant Davis": "grant.davis@gmail.com"
},
"source": {
"git": "https://github.com/gdavis/GDIColor.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "4.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"GDIColor": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}