blob: 83c214793709e02fb71a3b6c1c3c7b17a5e77f67 [file] [log] [blame]
{
"name": "LayoutKitObjC",
"version": "8.0.3",
"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. Now with Objective-C support.",
"source": {
"git": "https://github.com/linkedin/LayoutKit.git",
"tag": "8.0.3"
},
"source_files": "Sources/**/*.{swift,h,m}",
"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"
},
"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/Builders/LOKButtonLayoutBuilder.*",
"Sources/ObjCSupport/Builders/LOKLabelLayoutBuilder.*",
"Sources/ObjCSupport/Builders/LOKTextViewLayoutBuilder.*",
"Sources/ObjCSupport/LOKBatchUpdates.swift",
"Sources/ObjCSupport/LOKButtonLayout.swift",
"Sources/ObjCSupport/LOKButtonLayoutType.swift",
"Sources/ObjCSupport/LOKLabelLayout.swift",
"Sources/ObjCSupport/LOKLayoutArrangementSection.swift",
"Sources/ObjCSupport/LOKLayoutSection.swift",
"Sources/ObjCSupport/LOKReloadableViewLayoutAdapter.swift",
"Sources/ObjCSupport/LOKTextViewLayout.swift",
"Sources/Text.swift",
"Sources/UIKitSupport.swift",
"Sources/Views/**"
]
},
"tvos": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"exclude_files": [
"Sources/AppKitSupport.swift",
"Sources/ObjCSupport/Builders/LOKLabelLayoutBuilder.*",
"Sources/ObjCSupport/LOKLabelLayout.swift"
]
}
}