[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 8 / b / Comma / 1.0.3 / Comma.podspec.json
blob78b9b39340ff309a60eff178074783c432889434
2   "name": "Comma",
3   "version": "1.0.3",
4   "summary": "Comma",
5   "description": "Comma is an SDK for audio and video calls.",
6   "homepage": "http://develotex.io",
7   "source": {
8     "git": "https://github.com/develotex/comma_ios.git",
9     "tag": "1.0.3"
10   },
11   "authors": {
12     "develotex": "develotex@gmail.com"
13   },
14   "license": {
15     "type": "Commercial",
16     "file": "LICENSE"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.0",
22   "vendored_frameworks": "Comma.framework",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "GoogleWebRTC": [
26       "~> 1.1"
27     ],
28     "SwiftSignalRClient": [
30     ]
31   },
32   "source_files": "Comma.framework/Headers/**/*.{h,m,swift}",
33   "public_header_files": "Comma.framework/Headers/**/*.{h,m,swift}",
34   "pod_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   },
37   "user_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "swift_version": "5.0"