2 "name": "LayoutKitObjC",
5 "type": "Apache License, Version 2.0"
7 "homepage": "http://layoutkit.org",
9 "summary": "LayoutKit is a fast view layout library for iOS, macOS, and tvOS. Now with Objective-C support.",
11 "git": "https://github.com/linkedin/LayoutKit.git",
14 "source_files": "Sources/**/*.{swift,h,m}",
15 "documentation_url": "http://layoutkit.org",
27 "exclude_files": "Sources/AppKitSupport.swift"
36 "Sources/Internal/CGFloatExtension.swift",
37 "Sources/Internal/TextViewDefaultFont.swift",
38 "Sources/Internal/NSAttributedStringExtension.swift",
39 "Sources/Layouts/ButtonLayout.swift",
40 "Sources/Layouts/LabelLayout.swift",
41 "Sources/Layouts/TextViewLayout.swift",
42 "Sources/ObjCSupport/Builders/LOKButtonLayoutBuilder.*",
43 "Sources/ObjCSupport/Builders/LOKLabelLayoutBuilder.*",
44 "Sources/ObjCSupport/Builders/LOKTextViewLayoutBuilder.*",
45 "Sources/ObjCSupport/LOKBatchUpdates.swift",
46 "Sources/ObjCSupport/LOKButtonLayout.swift",
47 "Sources/ObjCSupport/LOKButtonLayoutType.swift",
48 "Sources/ObjCSupport/LOKLabelLayout.swift",
49 "Sources/ObjCSupport/LOKLayoutArrangementSection.swift",
50 "Sources/ObjCSupport/LOKLayoutSection.swift",
51 "Sources/ObjCSupport/LOKReloadableViewLayoutAdapter.swift",
52 "Sources/ObjCSupport/LOKTextViewLayout.swift",
54 "Sources/UIKitSupport.swift",
65 "Sources/AppKitSupport.swift",
66 "Sources/ObjCSupport/Builders/LOKLabelLayoutBuilder.*",
67 "Sources/ObjCSupport/LOKLabelLayout.swift"