[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / a / 2 / f / LayoutKitObjC / 7.0.0 / LayoutKitObjC.podspec.json
blob84ec48ab8b59047dd7f220a15621f3e4b8af677a
2   "name": "LayoutKitObjC",
3   "version": "7.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": "7.0.0"
13   },
14   "source_files": "Sources/**/*.swift",
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/LOKButtonLayout.swift",
43       "Sources/ObjCSupport/LOKButtonLayoutType.swift",
44       "Sources/ObjCSupport/LOKLabelLayout.swift",
45       "Sources/ObjCSupport/LOKLayoutArrangementSection.swift",
46       "Sources/ObjCSupport/LOKLayoutSection.swift",
47       "Sources/ObjCSupport/LOKReloadableViewLayoutAdapter.swift",
48       "Sources/ObjCSupport/LOKTextViewLayout.swift",
49       "Sources/Text.swift",
50       "Sources/UIKitSupport.swift",
51       "Sources/Views/**"
52     ]
53   },
54   "tvos": {
55     "frameworks": [
56       "Foundation",
57       "CoreGraphics",
58       "UIKit"
59     ],
60     "exclude_files": [
61       "Sources/AppKitSupport.swift",
62       "Sources/ObjCSupport/LOKLabelLayout.swift"
63     ]
64   }