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