[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / d / 1 / LayoutKit / 8.0.0 / LayoutKit.podspec.json
blob903f31d7406120391f29d9886597e995b50defa3
2   "name": "LayoutKit",
3   "version": "8.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.",
10   "source": {
11     "git": "https://github.com/linkedin/LayoutKit.git",
12     "tag": "8.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": [
28       "Sources/AppKitSupport.swift",
29       "Sources/ObjCSupport/**",
30       "Sources/ObjCSupport/Internal/**"
31     ]
32   },
33   "osx": {
34     "frameworks": [
35       "Foundation",
36       "CoreGraphics",
37       "AppKit"
38     ],
39     "exclude_files": [
40       "Sources/Internal/CGFloatExtension.swift",
41       "Sources/Internal/TextViewDefaultFont.swift",
42       "Sources/Internal/NSAttributedStringExtension.swift",
43       "Sources/Layouts/ButtonLayout.swift",
44       "Sources/Layouts/LabelLayout.swift",
45       "Sources/Layouts/TextViewLayout.swift",
46       "Sources/ObjCSupport/**",
47       "Sources/ObjCSupport/Internal/**",
48       "Sources/Text.swift",
49       "Sources/UIKitSupport.swift",
50       "Sources/Views/**"
51     ]
52   },
53   "tvos": {
54     "frameworks": [
55       "Foundation",
56       "CoreGraphics",
57       "UIKit"
58     ],
59     "exclude_files": [
60       "Sources/AppKitSupport.swift",
61       "Sources/ObjCSupport/**",
62       "Sources/ObjCSupport/Internal/**"
63     ]
64   }