blob: 915937d5b22cdeb4e8daa5846221c06a62a102f4 [file] [log] [blame]
{
"name": "BMXCall",
"version": "1.0.1",
"swift_versions": "4.2",
"source": {
"http": "https://github.com/runslikebutter/butterflymx-ios-sdk/raw/master/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": {
"HEADER_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/BMXCall/pjsip/include\"",
"LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/BMXCall/pjsip/lib\"",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/BMXCall\"",
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PJ_AUTOCONF=1"
},
"vendored_frameworks": "BMXCall.framework"
},
"dependencies": {
"BMXCore": [
"~> 1.0.1"
]
},
"swift_version": "4.2"
}