blob: c84af0f4ca708d5b2feff680861d6de169e6152f [file] [log] [blame]
{
"name": "NovaSDK",
"version": "2.0.1",
"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://github.com/novaphotos/nova-ios-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/novaphotos/nova-ios-sdk.git",
"tag": "2.0.1"
},
"source_files": "NovaSDK/*.{h,m}",
"frameworks": "CoreBluetooth",
"requires_arc": true
}