[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / d / 1 / LayoutKit / 2.0.1 / LayoutKit.podspec.json
blob6784d527e5dfd81820e8810538a337637d8d4ab5
2   "name": "LayoutKit",
3   "version": "2.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": "2.0.1"
13   },
14   "source_files": "LayoutKit/**/*.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": "LayoutKit/AppKitSupport.swift"
27   },
28   "osx": {
29     "frameworks": [
30       "Foundation",
31       "CoreGraphics",
32       "AppKit"
33     ],
34     "exclude_files": [
35       "LayoutKit/UIKitSupport.swift",
36       "LayoutKit/Layouts/LabelLayout.Swift",
37       "LayoutKit/Views/**"
38     ]
39   },
40   "tvos": {
41     "frameworks": [
42       "Foundation",
43       "CoreGraphics",
44       "UIKit"
45     ],
46     "exclude_files": "LayoutKit/AppKitSupport.swift"
47   }