blob: 1bac52edc5ef98951b7dd03b05c8903bed769bc6 [file] [log] [blame]
{
"name": "SimpleAutoLayout",
"version": "0.1.0",
"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.1.0"
},
"source_files": "SimpleAutoLayout/**/*.{swift}",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}