blob: 22946156aa66edb4c6dd9bc97535c176dcaa7e47 [file] [log] [blame]
{
"name": "GetLaid",
"version": "1.4.0",
"summary": "Swift AutoLayout Wrapper",
"description": "The Most Readable & Concise AutoLayout Swift Code",
"homepage": "http://flowtoolz.com",
"license": "MIT",
"authors": {
"Flowtoolz": "contact@flowtoolz.com"
},
"source": {
"git": "https://github.com/flowtoolz/GetLaid.git",
"tag": "1.4.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"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"
}
}