[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / a / 2 / f / LayoutKitObjC / 9.0.0 / LayoutKitObjC.podspec.json
blobb0c459b7ccde13b870bc564c93883ed31b97d075
2   "name": "LayoutKitObjC",
3   "version": "9.0.0",
4   "license": {
5     "type": "Apache License, Version 2.0"
6   },
7   "homepage": "http://layoutkit.org",
8   "authors": "LinkedIn",
9   "summary": "LayoutKit is a fast view layout library for iOS, macOS, and tvOS. Now with Objective-C support.",
10   "source": {
11     "git": "https://github.com/linkedin/LayoutKit.git",
12     "tag": "9.0.0"
13   },
14   "source_files": "Sources/**/*.{swift,h,m}",
15   "documentation_url": "http://layoutkit.org",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "tvos": "9.0"
20   },
21   "ios": {
22     "frameworks": [
23       "Foundation",
24       "CoreGraphics",
25       "UIKit"
26     ],
27     "exclude_files": "Sources/AppKitSupport.swift"
28   },
29   "osx": {
30     "frameworks": [
31       "Foundation",
32       "CoreGraphics",
33       "AppKit"
34     ],
35     "exclude_files": [
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",
53       "Sources/Text.swift",
54       "Sources/UIKitSupport.swift",
55       "Sources/Views/**"
56     ]
57   },
58   "tvos": {
59     "frameworks": [
60       "Foundation",
61       "CoreGraphics",
62       "UIKit"
63     ],
64     "exclude_files": [
65       "Sources/AppKitSupport.swift",
66       "Sources/ObjCSupport/Builders/LOKLabelLayoutBuilder.*",
67       "Sources/ObjCSupport/LOKLabelLayout.swift"
68     ]
69   }