blob: 2c079ce94e5e59f00ff3589b3577ad818575b3fa [file] [log] [blame]
{
"name": "BMXCall",
"version": "1.0.7",
"swift_versions": "5.0",
"source": {
"http": "https://github.com/runslikebutter/butterflymx-ios-sdk/raw/BMXCall_1.0.7/BMXCall.zip",
"flatten": true
},
"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.framework"
},
"dependencies": {
"BMXCore": [
"~> 1.0.7"
]
},
"swift_version": "5.0"
}