[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / d / 1 / LayoutKit / 6.0.1 / LayoutKit.podspec.json
blob80015407c74de1a6cbd44c8b8dec5bd5c4415db1
2   "name": "LayoutKit",
3   "version": "6.0.1",
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": "6.0.1"
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/Text.swift",
43       "Sources/UIKitSupport.swift",
44       "Sources/Views/**"
45     ]
46   },
47   "tvos": {
48     "frameworks": [
49       "Foundation",
50       "CoreGraphics",
51       "UIKit"
52     ],
53     "exclude_files": "Sources/AppKitSupport.swift"
54   },
55   "pushed_with_swift_version": "4.0"