[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 3 / 6 / NovaSDK / 0.0.4 / NovaSDK.podspec.json
blob7fe535fbf0ead99d247135fc6afd4cd0377c2ba5
2   "name": "NovaSDK",
3   "version": "0.0.4",
4   "summary": "SDK to control Nova off-camera flash hardware.",
5   "description": "                   Allow the Nova off-camera flash hardware to be controlled\n                   from your app.\n\n                   [Nova](https://wantnova.com/) is a credit card sized hardware flash containing\n                   40 LEDs that can be color mixed from warm white to cool white. It is wireless\n                   and communication uses Bluetooth Low Energy.\n\n                   This SDK takes care of:\n                   * Automatically discovering the nearby flash without any user interaction\n                   (no manual pairing necessary).\n                   * Handling all the BluetoothLE communication and the custom Nova protocol\n                   built on top of this.\n\n                   Controlling the flash will only take a few lines of code.\n\n                   Integrate it into camera apps, or use the flash for other purposes such as\n                   a morse code beacon or artistic light display.\n",
6   "homepage": "https://wantnova.com/sdk/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Joe Walnes": "joe@sneakysquid.com"
13   },
14   "social_media_url": "http://twitter.com/joewalnes",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/nova-device/nova-ios-sdk.git",
20     "tag": "0.0.4"
21   },
22   "source_files": "NovaSDK/*.{h,m}",
23   "frameworks": "CoreBluetooth",
24   "requires_arc": true