blob: 172605cd4d7e93e7162c219f59997e3d58a7e5ed [file] [log] [blame]
{
"name": "Colortools",
"version": "0.1.0",
"summary": "Some convenient methods and properties for UIColor",
"description": "Colortools extends UIColor with new properties and methods that inform you about existing UIColors, and help you modify and create new UIColors.",
"homepage": "https://github.com/runkmc/Colortools",
"license": "MIT",
"authors": {
"Kevin McGladdery": "kevin.mcgladdery@gmail.com"
},
"source": {
"git": "https://github.com/runkmc/Colortools.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/run_kmc",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Colortools": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}