blob: e64cc3411ddb25cf3c6bff345e8f6ef85a0f8587 [file] [log] [blame]
{
"name": "ABPTerminalSDK",
"version": "0.1.7",
"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.7"
},
"static_framework": true,
"platforms": {
"ios": "11.0"
},
"ios": {
"vendored_libraries": "ABPTerminalSDK/Libs/*.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"
}
}