blob: ffab559763a7e33a0e89919e67ad5f2a38026c90 [file] [log] [blame]
{
"name": "SwiftyHue",
"version": "0.2.4",
"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.2.4"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"pod_target_xcconfig": {
"ENABLE_TESTABILITY[config=Debug]": "YES"
},
"source_files": "Sources/SwiftyHue.h",
"pushed_with_swift_version": "3.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.0.1"
],
"Gloss": [
"~> 1.0.0"
],
"Log": [
"~> 1.0"
]
}
},
{
"name": "BridgeServices",
"source_files": "Sources/BridgeServices/**/*.{h,swift}",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"dependencies": {
"Alamofire": [
"~> 4.0.1"
],
"Gloss": [
"~> 1.0.0"
],
"CocoaAsyncSocket": [
"~> 7.4.3"
],
"Log": [
"~> 1.0"
]
}
}
]
}