blob: 3568a43056c2325f8423230c7df4eb58e5f9aae4 [file] [log] [blame]
{
"name": "SwiftColorGen",
"version": "0.6.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.6.1/swiftcg-0.6.1.zip"
},
"preserve_paths": "swiftcg"
}