[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 7 / e / BMXCall / 1.0.3 / BMXCall.podspec.json
blobcc2a69ecd6255d412ec17cdb992991f62f9405fa
2   "name": "BMXCall",
3   "version": "1.0.3",
4   "swift_versions": "4.2",
5   "source": {
6     "http": "https://github.com/runslikebutter/butterflymx-ios-sdk/raw/BMXCall_1.0.3/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       "HEADER_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/BMXCall/pjsip/include\"",
25       "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/BMXCall/pjsip/lib\"",
26       "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/BMXCall\"",
27       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PJ_AUTOCONF=1"
28     },
29     "vendored_frameworks": "BMXCall.framework"
30   },
31   "dependencies": {
32     "BMXCore": [
33       "~> 1.0.3"
34     ]
35   },
36   "swift_version": "4.2"