[Add] HyundaiEV 1.0.7
[CocoaPods.git] / Specs / 1 / a / 4 / SwiftyHue / 0.4.2 / SwiftyHue.podspec.json
blob6804e3da67a41ab44debaee78e28d1d5cf27e9f5
2   "name": "SwiftyHue",
3   "version": "0.4.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.4.2"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "9.0",
20     "osx": "10.11"
21   },
22   "pod_target_xcconfig": {
23     "ENABLE_TESTABILITY[config=Debug]": "YES"
24   },
25   "source_files": "Sources/SwiftyHue.h",
26   "subspecs": [
27     {
28       "name": "Base",
29       "platforms": {
30         "ios": "9.0",
31         "tvos": "9.0",
32         "watchos": "2.2",
33         "osx": "10.11"
34       },
35       "source_files": "Sources/Base/**/*.{h,swift}",
36       "dependencies": {
37         "Alamofire": [
38           "4.7.3"
39         ],
40         "Gloss": [
41           "2.0.0"
42         ]
43       }
44     },
45     {
46       "name": "BridgeServices",
47       "source_files": "Sources/BridgeServices/**/*.{h,swift}",
48       "platforms": {
49         "ios": "9.0",
50         "tvos": "9.0",
51         "osx": "10.11"
52       },
53       "dependencies": {
54         "Alamofire": [
55           "4.7.3"
56         ],
57         "Gloss": [
58           "2.0.0"
59         ],
60         "CocoaAsyncSocket": [
61           "7.6.2"
62         ]
63       }
64     }
65   ]