blob: dd9e75f490e70d71e22b5d658bd8f417b936beb5 [file] [log] [blame]
{
"name": "VVBleManager",
"version": "1.0.0",
"summary": "vivachek ble device tools",
"homepage": "https://github.com/Steve-001/VVBleManager.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"x163one@163.com": "hank"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Steve-001/VVBleManager.git",
"tag": "1.0.0"
},
"source_files": "VVBleManager.framework/Headers/*.h",
"preserve_paths": "VVBleManager.framework/VVBleManager",
"vendored_frameworks": "VVBleManager.framework",
"frameworks": [
"CoreBluetooth",
"Foundation"
],
"requires_arc": true
}