blob: 0de19c8b700d4e526f9e6060b0ca5a5d05c7e095 [file] [log] [blame]
{
"name": "FormationLayout",
"version": "0.5.1",
"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.5.1"
},
"source_files": "FormationLayout/*.swift",
"requires_arc": true
}