[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / e / 8 / Lipstick / 0.3.0 / Lipstick.podspec.json
blob3a42ca3ca79349eb6eea03f93d70f9c0b66b0f8d
2   "name": "Lipstick",
3   "version": "0.3.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.3.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   }