blob: 875d3a13541d5e82709b41ad3586a5ae9b4e31cd [file] [log] [blame]
{
"name": "MKBeaconXProSDK",
"version": "1.0.1",
"summary": "A short description of MKBeaconXProSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/BeaconX-Pro/iOS-SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aadyx2007@163.com": "chengang@mokotechnology.com"
},
"source": {
"git": "https://github.com/BeaconX-Pro/iOS-SDK.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "12.0"
},
"source_files": "MKBeaconXProSDK/Classes/MKBXPSDKHeader.h",
"subspecs": [
{
"name": "MKBLEBaseSDK",
"source_files": "MKBeaconXProSDK/Classes/MKBLEBaseSDK/**"
},
{
"name": "MKBeaconXProSDK",
"source_files": "MKBeaconXProSDK/Classes/MKBeaconXProSDK/**",
"dependencies": {
"MKBeaconXProSDK/MKBLEBaseSDK": [
]
}
}
]
}