[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 1 / a / 4 / SwiftyHue / 0.4.1 / SwiftyHue.podspec.json
blob20c1d3c376936ab367bd613b833b099fbdfaae8b
2   "name": "SwiftyHue",
3   "version": "0.4.1",
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.4.1"
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"
43         ]
44       }
45     },
46     {
47       "name": "BridgeServices",
48       "source_files": "Sources/BridgeServices/**/*.{h,swift}",
49       "platforms": {
50         "ios": "9.0",
51         "tvos": "9.0",
52         "osx": "10.11"
53       },
54       "dependencies": {
55         "Alamofire": [
56           "4.5.1"
57         ],
58         "Gloss": [
59           "2.0.0"
60         ],
61         "CocoaAsyncSocket": [
62           "7.6.2"
63         ]
64       }
65     }
66   ]