[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / 1 / c / 9 / LIFXKit / 0.5.0 / LIFXKit.podspec.json
blobdec21c8f0820f8fb115a4b8c03c942727b97fd4b
2   "name": "LIFXKit",
3   "version": "0.5.0",
4   "summary": "LIFXKit is the LIFX SDK for Objective-C.",
5   "description": "                   LIFXKit lets you control your LIFX lights from iOS. OS X support is coming soon.\n",
6   "homepage": "http://github.com/LIFX/LIFXKit/",
7   "license": "MIT",
8   "authors": {
9     "Nick Forge": "nick@nickforge.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/LIFX/LIFXKit.git",
16     "tag": "v0.5.0"
17   },
18   "source_files": [
19     "LIFXKit/Classes/*.{h,m}",
20     "LIFXKit/Extensions/**/*.{h,m}",
21     "LIFXKit/CocoaAsyncSocket/GCD/*.{h,m}",
22     "LIFXKit/LIFXKit.h"
23   ],
24   "public_header_files": [
25     "LIFXKit/LIFXKit.h",
26     "LIFXKit/Classes/LFX{Client,NetworkContext,Light,LightCollection,TaggedLightCollection,Types,HSBKColor,Target}.h"
27   ],
28   "frameworks": "SystemConfiguration",
29   "libraries": "z",
30   "requires_arc": true,
31   "dependencies": {
32     "CocoaLumberjack": [
33       "~> 1.6"
34     ]
35   }