blob: 2ac350a1a6fbb88a08dd176721e31aacd22c6bf7 [file] [log] [blame]
{
"name": "LazyKit",
"version": "1.0.1",
"license": "MIT",
"summary": "Build complex UIKit views and style them using CSS very fast in Swift.",
"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.",
"homepage": "https://github.com/kmalkic/LazyKit",
"authors": {
"Kevin Malkic": "k_malkic@yahoo.fr"
},
"source": {
"git": "https://github.com/kmalkic/LazyKit.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LazyKit/Classes/**/*.swift",
"requires_arc": true
}