blob: 0236e9fe44d5cc85cf95505c70d9b222941cabcb [file] [log] [blame]
{
"name": "LayoutKit",
"version": "0.2.1",
"summary": "A descriptive way to create NSLayoutConstraints for AutoLayout 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 AutoLayout and NSLayoutConstraints in iOS \n applications 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.projectserver.org",
"license": "MIT",
"authors": {
"Florian Krueger": "florian.krueger@projectserver.org"
},
"source": {
"git": "https://github.com/floriankrueger/LayoutKit.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes",
"resources": "Assets",
"public_header_files": "Classes/**/*.h",
"frameworks": "UIKit"
}