[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 3 / 1 / HAKit / 0.2.2 / HAKit.podspec.json
blob352bad3f80be8f850b311a4c84754765b770eb92
2   "name": "HAKit",
3   "version": "0.2.2",
4   "summary": "Communicate with a Home Assistant instance.",
5   "authors": "Home Assistant",
6   "homepage": "https://github.com/home-assistant/HAKit",
7   "license": {
8     "type": "Apache 2",
9     "file": "LICENSE.md"
10   },
11   "source": {
12     "git": "https://github.com/home-assistant/HAKit.git",
13     "tag": "0.2.2"
14   },
15   "platforms": {
16     "ios": "12.0",
17     "tvos": "12.0",
18     "watchos": "5.0",
19     "osx": "10.14"
20   },
21   "swift_versions": [
22     "5.3"
23   ],
24   "default_subspecs": "Core",
25   "testspecs": [
26     {
27       "name": "Tests",
28       "test_type": "unit",
29       "platforms": {
30         "ios": "12.0",
31         "osx": "10.14"
32       },
33       "dependencies": {
34         "HAKit/Core": [
36         ],
37         "HAKit/PromiseKit": [
39         ],
40         "HAKit/Mocks": [
42         ]
43       },
44       "source_files": "Tests/*.swift"
45     }
46   ],
47   "subspecs": [
48     {
49       "name": "Core",
50       "source_files": "Source/**/*.swift",
51       "dependencies": {
52         "Starscream": [
53           "~> 4.0.4"
54         ]
55       }
56     },
57     {
58       "name": "PromiseKit",
59       "dependencies": {
60         "PromiseKit": [
61           "~> 6.13"
62         ],
63         "HAKit/Core": [
65         ]
66       },
67       "source_files": "Extensions/PromiseKit/**/*.swift"
68     },
69     {
70       "name": "Mocks",
71       "dependencies": {
72         "HAKit/Core": [
74         ]
75       },
76       "source_files": "Extensions/Mocks/**/*.swift"
77     }
78   ],
79   "swift_version": "5.3"