blob: 662d849a08ccc5b076ffc16dbee9ef87c4499259 [file] [log] [blame]
{
"name": "LIFXClient",
"version": "1.1.1",
"summary": "iOS/macOS client for LIFX lightbulbs.",
"homepage": "https://github.com/dclelland/LIFXClient",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/LIFXClient.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "12.0",
"osx": "10.14"
},
"swift_versions": "5.0",
"dependencies": {
"PromiseKit": [
"~> 6.8.4"
]
},
"osx": {
"source_files": [
"Sources/Common/**/*.swift",
"Sources/macOS/**/*.swift"
]
},
"ios": {
"source_files": [
"Sources/Common/**/*.swift",
"Sources/iOS/**/*.swift"
]
}
}