blob: 7b930b8adcd8e33cbc81240480dd4d53153e445d [file] [log] [blame]
{
"name": "GetLaid",
"version": "1.1.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": "1.1.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"
}
}