blob: a8e1becaf66de6724a1a68b97cf7fc36afe29d90 [file] [log] [blame]
{
"name": "AutoLayoutBuilder",
"version": "0.0.2",
"license": "MIT",
"summary": "Create adaptive layouts with an expressive yet concise syntax.",
"homepage": "https://github.com/marcbaldwin/AutoLayoutBuilder",
"authors": {
"marcbaldwin": "marc.baldwin88@gmail.com"
},
"description": "\n AutoLayoutBuilder is an expressive and concise wrapper for Apple's AutoLayout.\n It provides shorthand notation for creating readable, flexible layouts.\n ",
"source": {
"git": "https://github.com/marcbaldwin/AutoLayoutBuilder.git",
"tag": "v0.0.2"
},
"source_files": "AutoLayout",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}