[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 1 / a / 4 / SwiftyHue / 0.3.3 / SwiftyHue.podspec.json
blob6013ee77f5f456eeb1d0303ae7777fe7907261a7
2   "name": "SwiftyHue",
3   "version": "0.3.3",
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.3.3"
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   "pushed_with_swift_version": "3.0",
27   "subspecs": [
28     {
29       "name": "Base",
30       "platforms": {
31         "ios": "9.0",
32         "tvos": "9.0",
33         "watchos": "2.2",
34         "osx": "10.11"
35       },
36       "source_files": "Sources/Base/**/*.{h,swift}",
37       "dependencies": {
38         "Alamofire": [
39           "4.5.1"
40         ],
41         "Gloss": [
42           "2.0.0-beta.1"
43         ],
44         "Log": [
45           "1.0"
46         ]
47       }
48     },
49     {
50       "name": "BridgeServices",
51       "source_files": "Sources/BridgeServices/**/*.{h,swift}",
52       "platforms": {
53         "ios": "9.0",
54         "tvos": "9.0",
55         "osx": "10.11"
56       },
57       "dependencies": {
58         "Alamofire": [
59           "4.5.1"
60         ],
61         "Gloss": [
62           "2.0.0-beta.1"
63         ],
64         "CocoaAsyncSocket": [
65           "7.6.0"
66         ],
67         "Log": [
68           "1.0"
69         ]
70       }
71     }
72   ]