blob: 49970f299cdad532654a314d31ed41b1296c06af [file] [log] [blame]
{
"name": "SimpleAutoLayout",
"version": "0.0.1",
"summary": "A set of helper functions to iOS auto layout really simple.",
"description": "This library attempts to make autolayout really simple to use, yet straightforward enough to understand and debug.",
"homepage": "https://github.com/ba01ei/SimpleAutoLayout",
"license": "MIT",
"authors": {
"Bao Lei": "bao@lei.fyi"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ba01ei/SimpleAutoLayout.git",
"tag": "0.0.1"
},
"source_files": "SimpleAutoLayout/**/*.{swift}",
"frameworks": "UIKit"
}