blob: df250a48083d92fb914f7c8532280b86cd068605 [file] [log] [blame]
{
"name": "MKTrackerSDK",
"version": "1.1.3",
"summary": "A short description of MKTrackerSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/MOKO-Tracker/iOS-SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aadyx2007@163.com": "aadyx2007@163.com"
},
"source": {
"git": "https://github.com/MOKO-Tracker/iOS-SDK.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MKTrackerSDK/Classes/MKContactTrackerSDK.h",
"subspecs": [
{
"name": "MKBLEBaseSDK",
"source_files": "MKTrackerSDK/Classes/MKBLEBaseSDK/**"
},
{
"name": "MKTrackerSDK",
"source_files": "MKTrackerSDK/Classes/MKTrackerSDK/**",
"dependencies": {
"MKTrackerSDK/MKBLEBaseSDK": [
]
}
}
]
}