[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 5 / 9 / MKScannerSDK / 0.0.1 / MKScannerSDK.podspec.json
blobbf9353e11602d6e6316ceb3c903d5c3b66082ed4
2   "name": "MKScannerSDK",
3   "version": "0.0.1",
4   "summary": "Moko Scanner SDK",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/MokoScanner/MokoScannerSDK-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aadyx2007@163.com": "chengang@mokotechnology.com"
13   },
14   "source": {
15     "git": "https://github.com/MokoScanner/MokoScannerSDK-iOS.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "MKSDKForBLE",
24       "source_files": "MKScannerSDK/Classes/MKSDKForBLE/**"
25     },
26     {
27       "name": "MKSDKForMqttServer",
28       "source_files": "MKScannerSDK/Classes/MKSDKForMqttServer/**",
29       "dependencies": {
30         "MQTTClient": [
31           "0.14.0"
32         ]
33       }
34     }
35   ]