[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / d / 0 / MKLoRaTrackerSDK / 0.1.0 / MKLoRaTrackerSDK.podspec.json
blobe7fdb8c7f8c8c4fe22e722b79778c2008795d22e
2   "name": "MKLoRaTrackerSDK",
3   "version": "0.1.0",
4   "summary": "A short description of MKLoRaTrackerSDK.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/LoRaTracker/LoRaTracker_iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aadyx2007@163.com": "aadyx2007@163.com"
13   },
14   "source": {
15     "git": "https://github.com/LoRaTracker/LoRaTracker_iOS.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "MKLoRaTrackerSDK/Classes/MKContactTrackerSDK.h",
22   "subspecs": [
23     {
24       "name": "MKBLEBaseSDK",
25       "source_files": "MKLoRaTrackerSDK/Classes/MKBLEBaseSDK/**"
26     },
27     {
28       "name": "MKTrackerSDK",
29       "source_files": "MKLoRaTrackerSDK/Classes/MKLoRaTrackerSDK/**",
30       "dependencies": {
31         "MKLoRaTrackerSDK/MKBLEBaseSDK": [
33         ]
34       }
35     }
36   ]