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