blob: 3018e23484efd4ff2da20b2033268c2dddc8baf4 [file] [log] [blame]
{
"name": "DeclarativeLayout",
"version": "0.4.0",
"summary": "A declarative, expressive and efficient way to lay out your views.",
"description": "* Declarative - Tell the framework what the layout of your views should be and let the framework intelligently add/modify/remove constraints and views for you.\n* Expressive - Let your code visually express the hierarchy of your views.\n* Fast - The example below, running on an iPhone X will update the layout in under 3 milliseconds.\n* Flexible - Write the same constraints you already do, using whatever autolayout constraint DSL you prefer.\n* Small - Small and readable Swift 4 codebase.",
"homepage": "https://github.com/HotCocoaTouch/DeclarativeLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HotCocoaTouch": "srscottrobbins@gmail.com"
},
"source": {
"git": "https://github.com/hotcocoatouch/DeclarativeLayout.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "DeclarativeLayout/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}