blob: 9be0b4c3d193fa01923e71aa258b0f6217a88095 [file] [log] [blame]
{
"name": "Lipstick",
"version": "0.5.2",
"summary": "Helpers for UIKit to make styling easier.",
"description": "Lipstick is small library which aim to improve usage of UIKit (UIColor, CGRect ...). Consists mostly from convenience inits , helper methods and so on. Main motivation behind this library is protocol `Stylable` which allows to easily apply styles to `UIView` (See Usage/Stylable).",
"homepage": "https://github.com/brightify/Lipstick",
"license": "MIT",
"authors": {
"Tadeas Kriz": "tadeas@brightify.org",
"Filip Dolnik": "filip@brightify.org"
},
"source": {
"git": "https://github.com/brightify/Lipstick.git",
"tag": "0.5.2"
},
"social_media_url": "https://twitter.com/BrightifyOrg",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"source_files": "Source/**/*.swift",
"pushed_with_swift_version": "3.0"
}