[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / b / 8 / 5 / ZiwoSDK / 1.0.0 / ZiwoSDK.podspec.json
bloba7b2e0f69e7b06cf16ba8a23dc3537ce2035b90b
2   "name": "ZiwoSDK",
3   "version": "1.0.0",
4   "summary": "iOS SDK for Ziwo calls integration.",
5   "description": "This helps to integrate Ziwo calls using Starscream (websocket), GoogleWebRTC and Verto protocols. This SDK also embed an example app.",
6   "homepage": "https://github.com/ASWATFZLLC/ziwo-sdk-ios",
7   "license": "MIT",
8   "authors": "Emilien Roussel",
9   "platforms": {
10     "ios": "13.0"
11   },
12   "swift_versions": "5.0",
13   "source": {
14     "git": "https://github.com/ASWATFZLLC/ziwo-sdk-ios.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "ziwo-sdk/**/*.{h,m,swift}",
18   "public_header_files": "ziwo-sdk/**/*.h",
19   "dependencies": {
20     "Starscream": [
22     ],
23     "SwiftyJSON": [
25     ],
26     "Defaults": [
28     ],
29     "GoogleWebRTC": [
31     ],
32     "PromiseKit": [
34     ]
35   },
36   "xcconfig": {
37     "ENABLE_BITCODE": "NO"
38   },
39   "swift_version": "5.0"