[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / e / f / VBotSIP / 1.2.0 / VBotSIP.podspec.json
blob9de7b4e020044cc48ceeecc27ca6129f66d6ff3d
2   "name": "VBotSIP",
3   "version": "1.2.0",
4   "summary": "VBot SIP Library for iOS",
5   "description": "Objective-C wrapper around PJSIP.",
6   "homepage": "https://vbot.vn",
7   "license": "GNU GPL v3",
8   "authors": {
9     "Dat Nguyen Quoc": "datnq@vpmedia.vn"
10   },
11   "source": {
12     "git": "https://github.com/VBotDevTeam/VBotSIP.git",
13     "tag": "1.2.0"
14   },
15   "social_media_url": "https://vbot.vn",
16   "platforms": {
17     "ios": "13.5"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*.{h,m}",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "resource_bundles": {
23     "VBotSIP": "Pod/Resources/*.wav"
24   },
25   "swift_versions": "5.0",
26   "dependencies": {
27     "Vialer-pjsip-iOS": [
29     ],
30     "CocoaLumberjack": [
32     ]
33   },
34   "static_framework": true,
35   "ios": {
36     "pod_target_xcconfig": {
37       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
38     }
39   },
40   "user_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   },
43   "xcconfig": {
44     "GCC_PREPROCESSOR_DEFINITIONS": "PJ_AUTOCONF=1"
45   },
46   "swift_version": "5.0"