blob: c2fba947dd9c932563639b07d7453b2610731928 [file] [log] [blame]
{
"name": "NBIoTBleKit",
"version": "1.0.4",
"summary": "Scooter Ble Controll Kit",
"description": "Use to controll vehicle",
"homepage": "https://b2b.segway.com/",
"license": "Apache License, Version 2.0",
"authors": {
"Yun.Ao": "yun.ao@ninebot.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/NinebotMobileTeam/NBIoTBleKit-iOS.git",
"tag": "1.0.4"
},
"source_files": "NBIoTBleKit.framework/Headers/*.{h}",
"public_header_files": "NBIoTBleKit.framework/Headers/*.{h}",
"frameworks": "CoreBluetooth",
"vendored_frameworks": "NBIoTBleKit.framework",
"requires_arc": true,
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}