blob: 5cbcc983bc4eca16fee91c74301ae778ec3fdcc2 [file] [log] [blame]
{
"name": "AutoLayoutKit",
"version": "0.3.0",
"summary": "A descriptive way to create NSLayoutConstraints for AutoLayout in iOS 6.0+. Just use ALK to layout your views!",
"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": "https://github.com/floriankrueger/AutoLayoutKit",
"license": "MIT",
"authors": {
"Florian Krueger": "florian.krueger@projectserver.org"
},
"source": {
"git": "https://github.com/floriankrueger/AutoLayoutKit.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes",
"resources": "Assets",
"public_header_files": "Classes/**/*.h",
"frameworks": "UIKit"
}