blob: eb7d5eb2a4183249fe9811f3411135fd49bac2f1 [file] [log] [blame]
{
"name": "DeclarativeLayout",
"version": "0.1.0",
"summary": "This library is a wrapper around UIKit/Autolayout that allows you to declaratively define the layout of your views",
"description": "This library is a wrapper around UIKit/Autolayout that allows you to declaratively define the layout of your views. Redefine the layout of your views and the library will handle adding/removing subviews as well as activating and deactivating constraints as needed.",
"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.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "DeclarativeLayout/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}