[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / a / 4 / SwiftyHue / 0.1.17 / SwiftyHue.podspec.json
bloba59eaa6c372c0305b6edcf89cb35e8b223a674e1
2   "name": "SwiftyHue",
3   "version": "0.1.17",
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.17"
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       },
33       "source_files": "Sources/Base/**/*.{h,swift}",
34       "dependencies": {
35         "Alamofire": [
36           "~> 3.4.0"
37         ],
38         "Gloss": [
39           "~> 0.7"
40         ],
41         "Log": [
42           "~> 0.5"
43         ]
44       }
45     },
46     {
47       "name": "BridgeServices",
48       "source_files": "Sources/BridgeServices/**/*.{h,swift}",
49       "platforms": {
50         "ios": "8.0",
51         "tvos": "9.0"
52       },
53       "dependencies": {
54         "Alamofire": [
55           "~> 3.4.0"
56         ],
57         "Gloss": [
58           "~> 0.7"
59         ],
60         "CocoaAsyncSocket": [
61           "~> 7.4.3"
62         ],
63         "Log": [
64           "~> 0.5"
65         ]
66       }
67     }
68   ]