[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / a / 4 / SwiftyHue / 0.1.19 / SwiftyHue.podspec.json
blob4a132f8c24a33b6e0adc025e583bc86fd6bc1903
2   "name": "SwiftyHue",
3   "version": "0.1.19",
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": "v0.1.19"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "ENABLE_TESTABILITY[config=Debug]": "YES"
23   },
24   "source_files": "Sources/SwiftyHue.h",
25   "subspecs": [
26     {
27       "name": "Base",
28       "platforms": {
29         "ios": "8.0",
30         "tvos": "9.0",
31         "watchos": "2.2",
32         "osx": "10.11"
33       },
34       "source_files": "Sources/Base/**/*.{h,swift}",
35       "dependencies": {
36         "Alamofire": [
37           "~> 3.4.0"
38         ],
39         "Gloss": [
40           "~> 0.7"
41         ],
42         "Log": [
43           "~> 0.5"
44         ]
45       }
46     },
47     {
48       "name": "BridgeServices",
49       "source_files": "Sources/BridgeServices/**/*.{h,swift}",
50       "platforms": {
51         "ios": "8.0",
52         "tvos": "9.0",
53         "osx": "10.11"
54       },
55       "dependencies": {
56         "Alamofire": [
57           "~> 3.4.0"
58         ],
59         "Gloss": [
60           "~> 0.7"
61         ],
62         "CocoaAsyncSocket": [
63           "~> 7.4.3"
64         ],
65         "Log": [
66           "~> 0.5"
67         ]
68       }
69     }
70   ]