blob: 27c2b626cc6e2bcaf2b227ec6a27313e5c71b1eb [file] [log] [blame]
{
"name": "SwiftColorGen",
"version": "0.5.1",
"summary": "A tool that generate code for Swift projects, designed to improve the maintainability of UIColors",
"description": "A tool that generate code for Swift projects, designed to improve the maintainability of UIColors.\nSwiftColorGen reads all storyboard files to find common colors.\nThen it creates those colors in a .xcassets folder and refer them in the storyboard.\nFinally it creates a UIColor extension allowing to access the same colors programatically.",
"homepage": "https://github.com/fernandodelrio/SwiftColorGen",
"screenshots": [
"https://raw.githubusercontent.com/fernandodelrio/SwiftColorGen/master/Resources/Storyboard0.3.0.png",
"https://raw.githubusercontent.com/fernandodelrio/SwiftColorGen/master/Resources/Assets0.3.0.png",
"https://raw.githubusercontent.com/fernandodelrio/SwiftColorGen/master/Resources/Swift0.3.0.png"
],
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Fernando del Rio": "fernandomdr@gmail.com"
},
"social_media_url": "https://twitter.com/fernandohdelrio",
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://github.com/fernandodelrio/SwiftColorGen/releases/download/0.5.1/swiftcg-0.5.1.zip"
},
"preserve_paths": "swiftcg"
}