[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / 7 / e / BMXCall / 1.0.7 / BMXCall.podspec.json
blob2c079ce94e5e59f00ff3589b3577ad818575b3fa
2   "name": "BMXCall",
3   "version": "1.0.7",
4   "swift_versions": "5.0",
5   "source": {
6     "http": "https://github.com/runslikebutter/butterflymx-ios-sdk/raw/BMXCall_1.0.7/BMXCall.zip",
7     "flatten": true
8   },
9   "summary": "A Swift framework to implement ButterflyMX SDK",
10   "homepage": "https://github.com/runslikebutter/butterflymx-ios-sdk",
11   "authors": {
12     "butterflymx": "admin@butterflymx.com"
13   },
14   "license": {
15     "type": "Apache-2.0",
16     "file": "LICENSE"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "ios": {
22     "preserve_paths": "pjsip/**/*",
23     "xcconfig": {
24       "SWIFT_INCLUDE_PATHS": "$(inherited) \"${PODS_ROOT}/BMXCall/pjsip/include\"",
25       "OTHER_LDFLAGS": "$(inherited) -l\"c++\"",
26       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PJ_AUTOCONF=1"
27     },
28     "vendored_frameworks": "BMXCall.framework"
29   },
30   "dependencies": {
31     "BMXCore": [
32       "~> 1.0.7"
33     ]
34   },
35   "swift_version": "5.0"