blob: ec8becf456929addd1f4c91a06ab970e18e6d33c [file] [log] [blame]
{
"name": "FormationLayout",
"version": "0.6.0",
"summary": "Yet another auto layout library in Swift 2",
"description": "An auto layout library in Swift 2 that supports group layout and size classes.",
"homepage": "https://github.com/evan-liu/FormationLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evan Liu": "evancoding@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/evan-liu/FormationLayout.git",
"tag": "0.6.0"
},
"source_files": "FormationLayout/*.swift",
"requires_arc": true
}