blob: df3cda3e512a175d2e33e2dc5c69d7215f674d6f [file] [log] [blame]
{
"name": "BMXCall",
"version": "1.0.12",
"swift_versions": "5.3",
"source": {
"http": "https://github.com/runslikebutter/butterflymx-ios-sdk/raw/BMXCall_1.0.12/BMXCall.zip"
},
"summary": "A Swift framework to implement ButterflyMX SDK",
"homepage": "https://github.com/runslikebutter/butterflymx-ios-sdk",
"authors": {
"butterflymx": "admin@butterflymx.com"
},
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"preserve_paths": "pjsip/**/*",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(inherited) \"${PODS_ROOT}/BMXCall/pjsip/include\"",
"OTHER_LDFLAGS": "$(inherited) -l\"c++\"",
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PJ_AUTOCONF=1"
}
},
"vendored_frameworks": "BMXCall.xcframework",
"dependencies": {
"BMXCore": [
"~> 1.0.12"
]
},
"swift_version": "5.3"
}