[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 3 / f / d / HMSSDK / 0.0.6 / HMSSDK.podspec.json
blob43670a95f68683976e5713baef6fa798d4999828
2   "name": "HMSSDK",
3   "version": "0.0.6",
4   "summary": "HMS Videoconferencing iOS SDK",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/100mslive/100ms-ios-sdk/",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Dmitry Fedoseyev": "dmitry@100ms.live",
12     "Yogesh Singh": "yogesh@100ms.live"
13   },
14   "source": {
15     "git": "https://github.com/100mslive/100ms-ios-sdk.git",
16     "tag": "0.0.6"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "HMSSDK/HMSSDK.framework/Headers/*.h",
22   "public_header_files": "HMSSDK/HMSSDK.framework/Headers/*.h",
23   "vendored_frameworks": "HMSSDK/HMSSDK.framework",
24   "dependencies": {
25     "GoogleWebRTC": [
26       "1.1.31999"
27     ]
28   },
29   "pod_target_xcconfig": {
30     "ENABLE_BITCODE": "NO",
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "user_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   }