blob: 59b0fa8a565a93be3b35b6e55c173273c240397d [file] [log] [blame]
{
"name": "SwiftyHue",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"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.4.0"
],
"Gloss": [
"~> 1.2.4"
],
"Log": [
"~> 1.0"
]
}
},
{
"name": "BridgeServices",
"source_files": "Sources/BridgeServices/**/*.{h,swift}",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"dependencies": {
"Alamofire": [
"~> 4.4.0"
],
"Gloss": [
"~> 1.2.4"
],
"CocoaAsyncSocket": [
"~> 7.6.0"
],
"Log": [
"~> 1.0"
]
}
}
]
}