[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 4 / 6 / VoipLibIOS / 1.0.12 / VoipLibIOS.podspec.json
blob44b240d8a630aca3eda8046d1b9ef3d8a4cfa87e
2   "name": "VoipLibIOS",
3   "version": "1.0.12",
4   "summary": "An opinionated sip-wrapper for iOS",
5   "description": "This library provides a comprehensive wrapper for SIP functionality in iOS applications, including core VoIP features, call handling, and chat capabilities.",
6   "homepage": "https://github.com/hieujames/VoipLibIOS.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "37453099": "hieujames741@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hieujames/VoipLibIOS.git",
16     "tag": "1.0.12"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "VoipLibIOS/**/*.{h,m,swift}",
23   "dependencies": {
24     "Swinject": [
25       "~> 2.8.2"
26     ]
27   },
28   "vendored_frameworks": "libs/*.xcframework",
29   "private_header_files": "Frameworks/**/*.h",
30   "pod_target_xcconfig": {
31     "ENABLE_BITCODE": "NO"
32   },
33   "user_target_xcconfig": {
34     "ENABLE_BITCODE": "NO"
35   },
36   "preserve_paths": "libs/**/*",
37   "swift_version": "5.0"