[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 6 / 2 / ButterflyMXSDK / 0.2 / ButterflyMXSDK.podspec.json
blob983ad4fc5becdf3fef42a06e43a5191caf353ab1
2   "name": "ButterflyMXSDK",
3   "version": "0.2",
4   "license": {
5     "type": "Apache-2.0",
6     "file": "LICENSE"
7   },
8   "summary": "A Swift framework to implement ButterflyMX SDK",
9   "homepage": "https://github.com/zuchie/bmxsdk.git",
10   "authors": {
11     "zuchie": "zuchie@gmail.com"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "http": "https://github.com/zuchie/bmxsdk/raw/master/ButterflyMXSDK.zip"
18   },
19   "ios": {
20     "vendored_frameworks": "ButterflyMXSDK.framework",
21     "source_files": "pjsip/include/**/*.{h,hpp}",
22     "public_header_files": "pjsip/include/**/*.{h,hpp}",
23     "header_dir": "include",
24     "preserve_paths": [
25       "pjsip/include/**/*.{h,hpp}",
26       "pjsip/lib/pjsip.a"
27     ],
28     "vendored_libraries": "pjsip/lib/pjsip.a",
29     "libraries": "pjsip",
30     "requires_arc": false
31   },
32   "dependencies": {
33     "Alamofire": [
34       "~> 4.7.3"
35     ]
36   }