[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 5 / 8 / b / Comma / 1.0.1 / Comma.podspec.json
blob34f2c1fd3dd9ccacaf0583ca321f07ca1f8d0ede
2   "name": "Comma",
3   "version": "1.0.1",
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.1"
10   },
11   "license": {
12     "type": "Commercial",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "develotex": "develotex@gmail.com"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "4.0",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "GoogleWebRTC": [
25       "~> 1.1"
26     ],
27     "SwiftSignalRClient": [
29     ]
30   },
31   "source_files": "Comma.framework/Headers/**/*.{h,m,swift}",
32   "public_header_files": "Comma.framework/Headers/**/*.{h,m,swift}",
33   "vendored_frameworks": "Comma.framework",
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": "4.0"