[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 1 / a / 4 / SwiftyHue / 0.2 / SwiftyHue.podspec.json
blobe38e13d080ef3e229467eef55ecee36cd3ceb6db
2   "name": "SwiftyHue",
3   "version": "0.2",
4   "summary": "Philips Hue SDK written in swift.",
5   "description": "Philips Hue SDK written in swift. Work in progress.",
6   "homepage": "https://github.com/Spriter/SwiftyHue.git",
7   "license": "MIT",
8   "authors": {
9     "Marcel Dittmann": "marceldittmann@gmx.de",
10     "Jerome Schmitz": "jerome.schmitz@gmx.net",
11     "Nils Lattek": "nilslattek@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Spriter/SwiftyHue.git",
15     "tag": "0.2"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "ENABLE_TESTABILITY[config=Debug]": "YES"
23   },
24   "source_files": "Sources/SwiftyHue.h",
25   "pushed_with_swift_version": "3.0",
26   "subspecs": [
27     {
28       "name": "Base",
29       "platforms": {
30         "ios": "9.0",
31         "tvos": "9.0",
32         "watchos": "2.2"
33       },
34       "source_files": "Sources/Base/**/*.{h,swift}",
35       "dependencies": {
36         "Alamofire": [
37           "~> 4.0.1"
38         ],
39         "Gloss": [
40           "~> 1.0.0"
41         ],
42         "Log": [
43           "~> 1.0"
44         ]
45       }
46     },
47     {
48       "name": "BridgeServices",
49       "source_files": "Sources/BridgeServices/**/*.{h,swift}",
50       "platforms": {
51         "ios": "9.0",
52         "tvos": "9.0"
53       },
54       "dependencies": {
55         "Alamofire": [
56           "~> 4.0.1"
57         ],
58         "Gloss": [
59           "~> 1.0.0"
60         ],
61         "CocoaAsyncSocket": [
62           "~> 7.4.3"
63         ],
64         "Log": [
65           "~> 1.0"
66         ]
67       }
68     }
69   ]