blob: bd5d3a612db11d0cf4d0b1a59785665d26219adc [file] [log] [blame]
{
"name": "SimplyLayout",
"version": "1.0",
"summary": "A swift syntactic sugar for anchor based Auto Layout",
"description": "Create Auto Layout constraints in formula liked coding style.",
"homepage": "https://github.com/aipeople/SimplyLayout",
"license": "MIT",
"authors": {
"Su, Hsing-Yu": "aipeople0513@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/aipeople/SimplyLayout.git",
"tag": "v1.0"
},
"source_files": [
"SimplyLayout",
"SimplyLayout/**/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}