[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / a / 9 / 1 / LazyKit / 1.0.0 / LazyKit.podspec.json
blob9add1b0ba5cbdb5f8200d2d514b834941ef6f877
2   "name": "LazyKit",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Build complex UIKit views and style them using CSS very fast in Swift.",
6   "description": "LazyKit is a framework that allow you to write fast and easy views. Constructing a view can be long, boring and repetitive, especialy after the n view built. You can now use basic CSS files to style your elements.",
7   "homepage": "https://github.com/kmalkic/LazyKit",
8   "authors": {
9     "Kevin Malkic": "k_malkic@yahoo.fr"
10   },
11   "source": {
12     "git": "https://github.com/kmalkic/LazyKit.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "LazyKit/Classes/**/*.swift",
19   "requires_arc": true