blob: 0a9ecbcfdd785e6c6bbbe40cbed0c53784677a74 [file] [log] [blame]
{
"name": "Lipstick",
"version": "0.3.1",
"summary": "UIKit styling library written in Swift.",
"description": "Forget writing styles in CSS and having huge load times for large applications.",
"homepage": "https://github.com/SwiftKit/Lipstick",
"license": "MIT",
"authors": {
"Tadeas Kriz": "tadeas@brightify.org"
},
"source": {
"git": "https://github.com/SwiftKit/Lipstick.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*.swift",
"frameworks": "UIKit",
"dependencies": {
"SwiftKitStaging": [
]
}
}