blob: 9e83d40529d3c4db0d38ddbfc01bc01effbba866 [file] [log] [blame]
{
"name": "SwiftyHue",
"version": "0.5.0",
"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.0"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"pod_target_xcconfig": {
"ENABLE_TESTABILITY[config=Debug]": "YES"
},
"source_files": "Sources/SwiftyHue.h",
"swift_version": "4.2",
"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": [
"2.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": [
"2.1.0"
],
"CocoaAsyncSocket": [
"7.6.3"
]
}
}
]
}