blob: 3def6ada9e730d4f8c70e90263d5aca557aa48af [file] [log] [blame]
{
"name": "LayoutKit",
"version": "3.1.0",
"license": {
"type": "Apache License, Version 2.0"
},
"homepage": "http://layoutkit.org",
"authors": "LinkedIn",
"summary": "LayoutKit is a fast view layout library for iOS, macOS, and tvOS.",
"source": {
"git": "https://github.com/linkedin/LayoutKit.git",
"tag": "3.1.0"
},
"source_files": "LayoutKit/**/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"ios": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"exclude_files": "LayoutKit/AppKitSupport.swift"
},
"osx": {
"frameworks": [
"Foundation",
"CoreGraphics",
"AppKit"
],
"exclude_files": [
"LayoutKit/UIKitSupport.swift",
"LayoutKit/Layouts/LabelLayout.Swift",
"LayoutKit/Views/**"
]
},
"tvos": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"exclude_files": "LayoutKit/AppKitSupport.swift"
}
}