blob: 3aceb474d37ece296846c006609241fac8c3284e [file] [log] [blame]
{
"name": "GetLaid",
"version": "0.2.0",
"summary": "AutoLayout Wrapper",
"description": "The shortest most readable AutoLayout code you'll ever write",
"homepage": "http://flowtoolz.com",
"license": "MIT",
"authors": {
"Flowtoolz": "contact@flowtoolz.com"
},
"source": {
"git": "https://github.com/flowtoolz/GetLaid.git",
"tag": "0.2.0"
},
"requires_arc": true,
"swift_version": "4.1",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"source_files": "Code/AllPlatforms/**/*.swift",
"ios": {
"source_files": "Code/UIKit/**/*.swift"
},
"tvos": {
"source_files": "Code/UIKit/**/*.swift"
},
"osx": {
"source_files": "Code/AppKit/**/*.swift"
}
}