blob: 4a20e692ab74a7562ad77bb6c389c28d6938dbaa [file] [log] [blame]
{
"name": "ABPTerminalSDK",
"version": "0.1.5",
"summary": "Minimal edits from one collection to another",
"homepage": "https://github.com/AlexanderGolovanov/ABPTerminalSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AlexanderGolovanov": "alexander_golovanov@icloud.com"
},
"source": {
"git": "https://github.com/AlexanderGolovanov/ABPTerminalSDK.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "11.0"
},
"ios": {
"vendored_libraries": [
"ABPTerminalSDK/Libs/libcommon_1_5_6.a",
"ABPTerminalSDK/Libs/libgochipsdk_1_5_6.a",
"ABPTerminalSDK/Libs/librest-connector-wn_1_5_6.a"
]
},
"source_files": "ABPTerminalSDK/Classes/*.{h, m}",
"public_header_files": "ABPTerminalSDK/Classes/*.h",
"frameworks": [
"ExternalAccessory",
"CoreBluetooth",
"AudioToolbox",
"CoreAudio",
"MediaPlayer",
"AVFoundation"
],
"libraries": [
"z",
"c++"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"ENABLE_BITCODE": "NO"
}
}