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