[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 3 / c / Khala / 0.1.0 / Khala.podspec.json
blob6dbb7f4957173cf3486d6e1248bd0e0568812703
2   "name": "Khala",
3   "version": "0.1.0",
4   "license": "MIT",
5   "summary": "For we are bound by the Khala.(神圣的卡拉连接着我们.)",
6   "homepage": "https://github.com/linhay/Khala",
7   "authors": {
8     "linhey": "is.linhay@outlook.com"
9   },
10   "source": {
11     "git": "https://github.com/linhay/Khala.git",
12     "tag": "0.1.0"
13   },
14   "swift_version": "5.0",
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0",
18     "osx": "10.10",
19     "watchos": "2.0"
20   },
21   "dependencies": {
22     "DarkTemplar": [
23       "0.0.6"
24     ]
25   },
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "core",
30       "source_files": [
31         "Sources/core/*.{swift,h}"
32       ],
33       "public_header_files": [
34         "Sources/core/Khala.h"
35       ]
36     },
37     {
38       "name": "extension",
39       "dependencies": {
40         "Khala/core": [
42         ]
43       },
44       "source_files": "Sources/extension/*.swift",
45       "osx": {
46         "exclude_files": [
47           "Sources/extension/Khala+UIKit.swift",
48           "Sources/extension/KhalaAppDelegate.swift"
49         ]
50       },
51       "watchos": {
52         "exclude_files": [
53           "Sources/extension/Khala+AppKit.swift",
54           "Sources/extension/Khala+UIKit.swift",
55           "Sources/extension/KhalaAppDelegate.swift"
56         ]
57       },
58       "ios": {
59         "exclude_files": [
60           "Sources/extension/Khala+AppKit.swift"
61         ]
62       },
63       "tvos": {
64         "exclude_files": [
65           "Sources/extension/Khala+AppKit.swift"
66         ]
67       }
68     }
69   ]