blob: 98b6707551ee2b28faedff12db7724efdc097c6b [file] [log] [blame]
{
"name": "Lipstick",
"version": "0.4.1",
"summary": "Helpers for UIKit to make styling easier.",
"description": "Multiple methods and helpers that cache fonts and colors by their names and hex strings.",
"homepage": "https://github.com/SwiftKit/Lipstick",
"license": "MIT",
"authors": {
"Tadeas Kriz": "tadeas@brightify.org"
},
"source": {
"git": "https://github.com/SwiftKit/Lipstick.git",
"tag": "0.4.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*.swift",
"frameworks": "UIKit",
"dependencies": {
"SwiftKitStaging": [
"~> 0.2"
]
}
}