[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 4 / 2 / HippoSDKtest / 0.0.6 / HippoSDKtest.podspec.json
blob20ca7280558d7254cfc1593a6dca47a83e805b31
2   "name": "HippoSDKtest",
3   "version": "0.0.6",
4   "summary": "A short description of Hippo.",
5   "description": "hello",
6   "homepage": "http://EXAMPLE/Hippo",
7   "license": "MIT",
8   "authors": {
9     "Vishal Jhanjhri": "jhanjhri.vishal@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://gitlab.com/vishaljhanjhri/hipposdktest.git",
16     "tag": "0.0.6"
17   },
18   "source_files": "Hippo.framework/Headers/*.h",
19   "public_header_files": "Hippo.framework/Headers/*.h",
20   "default_subspecs": "Chat",
21   "pod_target_xcconfig": {
22     "ENABLE_BITCODE": "No"
23   },
24   "subspecs": [
25     {
26       "name": "Chat",
27       "vendored_frameworks": "Hippo.framework",
28       "source_files": "Hippo.framework/Headers/*.h",
29       "public_header_files": "Hippo.framework/Headers/*.h",
30       "resources": [
31         "Hippo.framework/*.nib",
32         "Hippo/Hippo.framework/*.storyboardc",
33         "Hippo/Hippo.framework/*.gif",
34         "Hippo/Hippo.framework/*.car"
35       ]
36     },
37     {
38       "name": "Call",
39       "vendored_frameworks": "WebRTC.framework"
40     }
41   ]