[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 0 / a / LIFXClient / 1.1.1 / LIFXClient.podspec.json
blob662d849a08ccc5b076ffc16dbee9ef87c4499259
2   "name": "LIFXClient",
3   "version": "1.1.1",
4   "summary": "iOS/macOS client for LIFX lightbulbs.",
5   "homepage": "https://github.com/dclelland/LIFXClient",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Daniel Clelland": "daniel.clelland@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/dclelland/LIFXClient.git",
14     "tag": "1.1.1"
15   },
16   "platforms": {
17     "ios": "12.0",
18     "osx": "10.14"
19   },
20   "swift_versions": "5.0",
21   "dependencies": {
22     "PromiseKit": [
23       "~> 6.8.4"
24     ]
25   },
26   "osx": {
27     "source_files": [
28       "Sources/Common/**/*.swift",
29       "Sources/macOS/**/*.swift"
30     ]
31   },
32   "ios": {
33     "source_files": [
34       "Sources/Common/**/*.swift",
35       "Sources/iOS/**/*.swift"
36     ]
37   }