blob: b647cc9de23158eae53d2eac705335350dece235 [file] [log] [blame]
{
"name": "Lipstick",
"version": "0.1.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.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*.swift",
"frameworks": "UIKit",
"dependencies": {
"SwiftKitStaging": [
]
}
}