blob: dec21c8f0820f8fb115a4b8c03c942727b97fd4b [file] [log] [blame]
{
"name": "LIFXKit",
"version": "0.5.0",
"summary": "LIFXKit is the LIFX SDK for Objective-C.",
"description": " LIFXKit lets you control your LIFX lights from iOS. OS X support is coming soon.\n",
"homepage": "http://github.com/LIFX/LIFXKit/",
"license": "MIT",
"authors": {
"Nick Forge": "nick@nickforge.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/LIFX/LIFXKit.git",
"tag": "v0.5.0"
},
"source_files": [
"LIFXKit/Classes/*.{h,m}",
"LIFXKit/Extensions/**/*.{h,m}",
"LIFXKit/CocoaAsyncSocket/GCD/*.{h,m}",
"LIFXKit/LIFXKit.h"
],
"public_header_files": [
"LIFXKit/LIFXKit.h",
"LIFXKit/Classes/LFX{Client,NetworkContext,Light,LightCollection,TaggedLightCollection,Types,HSBKColor,Target}.h"
],
"frameworks": "SystemConfiguration",
"libraries": "z",
"requires_arc": true,
"dependencies": {
"CocoaLumberjack": [
"~> 1.6"
]
}
}