blob: bf9353e11602d6e6316ceb3c903d5c3b66082ed4 [file] [log] [blame]
{
"name": "MKScannerSDK",
"version": "0.0.1",
"summary": "Moko Scanner SDK",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/MokoScanner/MokoScannerSDK-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aadyx2007@163.com": "chengang@mokotechnology.com"
},
"source": {
"git": "https://github.com/MokoScanner/MokoScannerSDK-iOS.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "MKSDKForBLE",
"source_files": "MKScannerSDK/Classes/MKSDKForBLE/**"
},
{
"name": "MKSDKForMqttServer",
"source_files": "MKScannerSDK/Classes/MKSDKForMqttServer/**",
"dependencies": {
"MQTTClient": [
"0.14.0"
]
}
}
]
}