blob: 4a132f8c24a33b6e0adc025e583bc86fd6bc1903 [file] [log] [blame]
{
"name": "SwiftyHue",
"version": "0.1.19",
"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": "v0.1.19"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"pod_target_xcconfig": {
"ENABLE_TESTABILITY[config=Debug]": "YES"
},
"source_files": "Sources/SwiftyHue.h",
"subspecs": [
{
"name": "Base",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.2",
"osx": "10.11"
},
"source_files": "Sources/Base/**/*.{h,swift}",
"dependencies": {
"Alamofire": [
"~> 3.4.0"
],
"Gloss": [
"~> 0.7"
],
"Log": [
"~> 0.5"
]
}
},
{
"name": "BridgeServices",
"source_files": "Sources/BridgeServices/**/*.{h,swift}",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.11"
},
"dependencies": {
"Alamofire": [
"~> 3.4.0"
],
"Gloss": [
"~> 0.7"
],
"CocoaAsyncSocket": [
"~> 7.4.3"
],
"Log": [
"~> 0.5"
]
}
}
]
}