[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / e / 8 / Lipstick / 0.1.1 / Lipstick.podspec.json
blobb647cc9de23158eae53d2eac705335350dece235
2   "name": "Lipstick",
3   "version": "0.1.1",
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.1.1"
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   }