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