blob: 2261fb4b33172236bb44d4f88235a93e6bdb039a [file] [log] [blame]
{
"name": "NovaSDK",
"version": "1.0.0",
"summary": "SDK to control Nova off-camera flash hardware.",
"description": "Allow the Nova off-camera flash hardware to be controlled from your app.",
"homepage": "https://wantnova.com/sdk/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joe Walnes": "joe@sneakysquid.com"
},
"social_media_url": "http://twitter.com/joewalnes",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/nova-device/nova-ios-sdk.git",
"tag": "1.0.0"
},
"source_files": "NovaSDK/*.{h,m}",
"frameworks": "CoreBluetooth",
"requires_arc": true
}