blob: f70e0fbeb7d3041c7b8bb4422b981039fb355891 [file] [log] [blame]
{
"name": "SwiftyHue",
"version": "0.5.3",
"summary": "Philips Hue SDK written in swift.",
"description": "Philips Hue SDK written in swift. Work in progress.",
"homepage": "https://github.com/Spriter/SwiftyHue.git",
"license": "MIT",
"authors": {
"Marcel Dittmann": "marceldittmann@gmx.de",
"Jerome Schmitz": "jerome.schmitz@gmx.net",
"Nils Lattek": "nilslattek@gmail.com"
},
"source": {
"git": "https://github.com/Spriter/SwiftyHue.git",
"tag": "0.5.3"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"pod_target_xcconfig": {
"ENABLE_TESTABILITY[config=Debug]": "YES"
},
"source_files": "Sources/SwiftyHue.h",
"swift_versions": "5.0",
"subspecs": [
{
"name": "Base",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.2",
"osx": "10.11"
},
"source_files": "Sources/Base/**/*.{h,swift}",
"dependencies": {
"Alamofire": [
"4.8.0"
],
"Gloss": [
"3.1.0"
]
}
},
{
"name": "BridgeServices",
"source_files": "Sources/BridgeServices/**/*.{h,swift}",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"dependencies": {
"Alamofire": [
"4.8.0"
],
"Gloss": [
"3.1.0"
],
"CocoaAsyncSocket": [
"7.6.3"
]
}
}
],
"swift_version": "5.0"
}