[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / c / 9 / LIFXKit / 0.6.0 / LIFXKit.podspec.json
blob4e66462680644cbf8183619da5238ff119a7889e
2   "name": "LIFXKit",
3   "version": "0.6.0",
4   "summary": "LIFXKit is the LIFX SDK for Objective-C.",
5   "description": "                   LIFXKit lets you control your LIFX lights from iOS or OS X.\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     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/LIFX/LIFXKit.git",
17     "tag": "v0.6.0"
18   },
19   "public_header_files": [
20     "LIFXKit/LIFXKit.h",
21     "LIFXKit/Classes-Common/LFX{Client,NetworkContext,Light,LightCollection,TaggedLightCollection,Types,HSBKColor,Target,Device}.h"
22   ],
23   "ios": {
24     "source_files": [
25       "LIFXKit/Classes-Common/*.{h,m}",
26       "LIFXKit/Classes-iOS/*.{h,m}",
27       "LIFXKit/Extensions/LFXExtensions.h",
28       "LIFXKit/Extensions/{Categories-Cocoa,Categories-UIKit,Functions,Macros}/*.{h,m}",
29       "LIFXKit/CocoaAsyncSocket/GCD/*.{h,m}",
30       "LIFXKit/LIFXKit.h"
31     ]
32   },
33   "osx": {
34     "source_files": [
35       "LIFXKit/Classes-Common/*.{h,m}",
36       "LIFXKit/Classes-OSX/*.{h,m}",
37       "LIFXKit/Extensions/LFXExtensions.h",
38       "LIFXKit/Extensions/{Categories-Cocoa,Functions,Macros}/*.{h,m}",
39       "LIFXKit/CocoaAsyncSocket/GCD/*.{h,m}",
40       "LIFXKit/LIFXKit.h"
41     ]
42   },
43   "frameworks": "SystemConfiguration",
44   "libraries": "z",
45   "requires_arc": true