[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / d / 1 / LayoutKit / 6.0.0 / LayoutKit.podspec.json
blobb8a2ae2974ef5fda5263e8163c9b2a680b773a7c
2   "name": "LayoutKit",
3   "version": "6.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": "6.0.0"
13   },
14   "source_files": "Sources/**/*.swift",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0"
19   },
20   "ios": {
21     "frameworks": [
22       "Foundation",
23       "CoreGraphics",
24       "UIKit"
25     ],
26     "exclude_files": "Sources/AppKitSupport.swift"
27   },
28   "osx": {
29     "frameworks": [
30       "Foundation",
31       "CoreGraphics",
32       "AppKit"
33     ],
34     "exclude_files": [
35       "Sources/Internal/CGFloatExtension.swift",
36       "Sources/Internal/TextViewDefaultFont.swift",
37       "Sources/Internal/NSAttributedStringExtension.swift",
38       "Sources/Layouts/ButtonLayout.swift",
39       "Sources/Layouts/LabelLayout.swift",
40       "Sources/Layouts/TextViewLayout.swift",
41       "Sources/Text.swift",
42       "Sources/UIKitSupport.swift",
43       "Sources/Views/**"
44     ]
45   },
46   "tvos": {
47     "frameworks": [
48       "Foundation",
49       "CoreGraphics",
50       "UIKit"
51     ],
52     "exclude_files": "Sources/AppKitSupport.swift"
53   },
54   "pushed_with_swift_version": "4.0"