[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / e / 6 / DPHue / 0.0.1 / DPHue.podspec.json
blob805fa5095573f9cf2136b99358cd7c1128185ae3
2   "name": "DPHue",
3   "version": "0.0.1",
4   "summary": "Library for interacting with Philips Hue lighting systems.",
5   "homepage": "https://github.com/danparsons/DPHue",
6   "license": "public domain",
7   "authors": {
8     "Dan Parsons": "dparsons@nyip.net"
9   },
10   "source": {
11     "git": "https://github.com/danparsons/DPHue.git",
12     "commit": "ed8bad3bdc49e53b01ad37e7b24e13e3bde193b1"
13   },
14   "source_files": "DPHue/*.{h,m}",
15   "requires_arc": true,
16   "dependencies": {
17     "CocoaAsyncSocket": [
18       "~> 0.0.1"
19     ]
20   },
21   "platforms": {
22     "ios": "5.0"
23   }