blob: 805fa5095573f9cf2136b99358cd7c1128185ae3 [file] [log] [blame]
{
"name": "DPHue",
"version": "0.0.1",
"summary": "Library for interacting with Philips Hue lighting systems.",
"homepage": "https://github.com/danparsons/DPHue",
"license": "public domain",
"authors": {
"Dan Parsons": "dparsons@nyip.net"
},
"source": {
"git": "https://github.com/danparsons/DPHue.git",
"commit": "ed8bad3bdc49e53b01ad37e7b24e13e3bde193b1"
},
"source_files": "DPHue/*.{h,m}",
"requires_arc": true,
"dependencies": {
"CocoaAsyncSocket": [
"~> 0.0.1"
]
},
"platforms": {
"ios": "5.0"
}
}