[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / e / 6 / LattisSDK / 1.1.0 / LattisSDK.podspec.json
blob8ceacc33cecc311d304e75d5be770d961be61ee8
2   "name": "LattisSDK",
3   "version": "1.1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "summary": "Bluetooth connectivity implementation for Ellipse lock (Lattis inc.)",
9   "homepage": "https://github.com/velolabs/lattis_sdk_ios_public",
10   "authors": {
11     "Ravil Khusainov": "ravil@lattis.io"
12   },
13   "source": {
14     "git": "https://github.com/velolabs/lattis_sdk_ios_public.git"
15   },
16   "swift_version": "4.1",
17   "platforms": {
18     "ios": "10.0"
19   },
20   "ios": {
21     "vendored_frameworks": [
22       "CommonCrypto.framework",
23       "LattisSDK.framework",
24       "Oval.framework"
25     ],
26     "frameworks": "CoreBluetooth"
27   },
28   "dependencies": {
29     "KeychainSwift": [
31     ]
32   }