blob: 3277794f25979e8fce667e396d7275f3c4e81bbb [file] [log] [blame]
{
"name": "LayoutKit",
"version": "7.0.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": "7.0.0"
},
"source_files": "Sources/**/*.swift",
"documentation_url": "http://layoutkit.org",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"ios": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"exclude_files": [
"Sources/AppKitSupport.swift",
"Sources/ObjCSupport/**",
"Sources/ObjCSupport/Internal/**"
]
},
"osx": {
"frameworks": [
"Foundation",
"CoreGraphics",
"AppKit"
],
"exclude_files": [
"Sources/Internal/CGFloatExtension.swift",
"Sources/Internal/TextViewDefaultFont.swift",
"Sources/Internal/NSAttributedStringExtension.swift",
"Sources/Layouts/ButtonLayout.swift",
"Sources/Layouts/LabelLayout.swift",
"Sources/Layouts/TextViewLayout.swift",
"Sources/ObjCSupport/**",
"Sources/ObjCSupport/Internal/**",
"Sources/Text.swift",
"Sources/UIKitSupport.swift",
"Sources/Views/**"
]
},
"tvos": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"exclude_files": [
"Sources/AppKitSupport.swift",
"Sources/ObjCSupport/**",
"Sources/ObjCSupport/Internal/**"
]
}
}