blob: a5225f507fc793a2d2422e5f8fc9e89b554a414d [file] [log] [blame]
{
"name": "LayoutKit",
"version": "0.2.0",
"summary": "A descriptive way to create NSLayoutConstraints in iOS 6.0+ and access / modify them on runtime.",
"description": " This Cocoa Touch framework provides a simple and intuitive \n way to deal with NSLayoutConstraints in iOS applications \n which run under iOS 6.0 or later. It is still \n work-in-progress and I have some plans on expanding it.\n",
"homepage": "http://layoutkit.github.io",
"license": "MIT",
"authors": {
"Florian Krueger": "florian.krueger@projectserver.org"
},
"source": {
"git": "https://github.com/floriankrueger/LayoutKit.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes",
"resources": "Assets",
"public_header_files": "Classes/**/*.h",
"frameworks": "UIKit"
}