blob: 90dda36bd4588d51741f048b733244773ec275c9 [file] [log] [blame]
{
"name": "LIFXKit",
"version": "0.6.1",
"summary": "LIFXKit is the LIFX SDK for Objective-C.",
"description": " LIFXKit lets you control your LIFX lights from iOS or OS X.\n",
"homepage": "http://github.com/LIFX/LIFXKit/",
"license": "MIT",
"authors": {
"Nick Forge": "nick@nickforge.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/LIFX/LIFXKit.git",
"tag": "v0.6.1"
},
"public_header_files": [
"LIFXKit/LIFXKit.h",
"LIFXKit/Classes-Common/LFX{Client,NetworkContext,Light,LightCollection,TaggedLightCollection,Types,HSBKColor,Target,Device}.h"
],
"ios": {
"source_files": [
"LIFXKit/Classes-Common/*.{h,m}",
"LIFXKit/Classes-iOS/*.{h,m}",
"LIFXKit/Extensions/LFXExtensions.h",
"LIFXKit/Extensions/{Categories-Cocoa,Categories-UIKit,Functions,Macros}/*.{h,m}",
"LIFXKit/CocoaAsyncSocket/GCD/*.{h,m}",
"LIFXKit/LIFXKit.h"
]
},
"osx": {
"source_files": [
"LIFXKit/Classes-Common/*.{h,m}",
"LIFXKit/Classes-OSX/*.{h,m}",
"LIFXKit/Extensions/LFXExtensions.h",
"LIFXKit/Extensions/{Categories-Cocoa,Functions,Macros}/*.{h,m}",
"LIFXKit/CocoaAsyncSocket/GCD/*.{h,m}",
"LIFXKit/LIFXKit.h"
]
},
"frameworks": "SystemConfiguration",
"libraries": "z",
"requires_arc": true
}