[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / e / 8 / Lipstick / 0.4.0 / Lipstick.podspec.json
blob8002c73b1d9817bfe3ed94356de321740a286642
2   "name": "Lipstick",
3   "version": "0.4.0",
4   "summary": "Helpers for UIKit to make styling easier.",
5   "description": "Multiple methods and helpers that cache fonts and colors by their names and hex strings.",
6   "homepage": "https://github.com/SwiftKit/Lipstick",
7   "license": "MIT",
8   "authors": {
9     "Tadeas Kriz": "tadeas@brightify.org"
10   },
11   "source": {
12     "git": "https://github.com/SwiftKit/Lipstick.git",
13     "tag": "0.4.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Source/**/*.swift",
20   "frameworks": "UIKit",
21   "dependencies": {
22     "SwiftKitStaging": [
23       "~> 0.2"
24     ]
25   }