[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 3 / 1 / HAKit / 0.1.0 / HAKit.podspec.json
blobc0d869371fa144962c5231fa39eaf6f937e596c4
2   "name": "HAKit",
3   "version": "0.1.0",
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.1.0"
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   "source_files": "Source/**/*.swift",
25   "dependencies": {
26     "Starscream": [
27       "~> 4.0.4"
28     ]
29   },
30   "testspecs": [
31     {
32       "name": "Tests",
33       "test_type": "unit",
34       "platforms": {
35         "{:ios=>\"12.0\", :tvos=>\"12.0\", :macos=>\"10.14\"}": null,
36         "osx": "10.14"
37       },
38       "source_files": "Tests/*.swift"
39     }
40   ],
41   "swift_version": "5.3"