[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / e / 8 / Lipstick / 0.2.0 / Lipstick.podspec.json
blob9ea26c52208e269a3439561a5d2dbc9aedff180d
2   "name": "Lipstick",
3   "version": "0.2.0",
4   "summary": "UIKit styling library written in Swift.",
5   "description": "Forget writing styles in CSS and having huge load times for large applications.",
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.2.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": [
24     ]
25   }