[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / e / 8 / Lipstick / 0.5.1 / Lipstick.podspec.json
blobef30809ca1f450ce8d914de50827d7b58aed65be
2   "name": "Lipstick",
3   "version": "0.5.1",
4   "summary": "Helpers for UIKit to make styling easier.",
5   "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).",
6   "homepage": "https://github.com/brightify/Lipstick",
7   "license": "MIT",
8   "authors": {
9     "Tadeas Kriz": "tadeas@brightify.org",
10     "Filip Dolnik": "filip@brightify.org"
11   },
12   "source": {
13     "git": "https://github.com/brightify/Lipstick.git",
14     "tag": "0.5.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "Source/**/*.swift",
20   "frameworks": "UIKit",
21   "requires_arc": true,
22   "pushed_with_swift_version": "3.0"