blob: 9fa721232f93e4c1b6ae1ad0abd10065d95af059 [file] [log] [blame]
{
"name": "ButterflyMXSDK",
"version": "0.3",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"summary": "A Swift framework to implement ButterflyMX SDK",
"homepage": "https://github.com/zuchie/bmxsdk.git",
"authors": {
"zuchie": "zuchie@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"http": "https://github.com/zuchie/bmxsdk/raw/master/ButterflyMXSDK.zip"
},
"ios": {
"vendored_frameworks": "ButterflyMXSDK.framework",
"preserve_paths": [
"pjsip/include/**/*.{h,hpp}",
"pjsip/lib/pjsip.a"
],
"vendored_libraries": "pjsip/lib/pjsip.a",
"libraries": "pjsip",
"requires_arc": false,
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/ButterflyMXSDK/pjsip/include\""
}
},
"dependencies": {
"Alamofire": [
"~> 4.7.3"
]
}
}