blob: e7fdb8c7f8c8c4fe22e722b79778c2008795d22e [file] [log] [blame]
{
"name": "MKLoRaTrackerSDK",
"version": "0.1.0",
"summary": "A short description of MKLoRaTrackerSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/LoRaTracker/LoRaTracker_iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aadyx2007@163.com": "aadyx2007@163.com"
},
"source": {
"git": "https://github.com/LoRaTracker/LoRaTracker_iOS.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "12.0"
},
"source_files": "MKLoRaTrackerSDK/Classes/MKContactTrackerSDK.h",
"subspecs": [
{
"name": "MKBLEBaseSDK",
"source_files": "MKLoRaTrackerSDK/Classes/MKBLEBaseSDK/**"
},
{
"name": "MKTrackerSDK",
"source_files": "MKLoRaTrackerSDK/Classes/MKLoRaTrackerSDK/**",
"dependencies": {
"MKLoRaTrackerSDK/MKBLEBaseSDK": [
]
}
}
]
}