Skip to content

Commit 00bef97

Browse files
VIHATTeamCocoaPodsBot
authored andcommitted
[Add] OmiKit 1.8.57
1 parent 2896ccc commit 00bef97

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"name": "OmiKit",
3+
"version": "1.8.57",
4+
"homepage": "https://omicall.com/",
5+
"summary": "Omicall Framework",
6+
"license": {
7+
"type": "MIT",
8+
"file": "LICENSE"
9+
},
10+
"authors": {
11+
"Hoang Quoc Viet": "[email protected]"
12+
},
13+
"description": "Omicall easy to make call/video call app2app, app2phone",
14+
"documentation_url": "https://api.omicall.com/web-sdk/mobile-sdk",
15+
"platforms": {
16+
"ios": "11.0"
17+
},
18+
"source": {
19+
"git": "https://github.com/VIHATTeam/OmiKit.git",
20+
"tag": "1.8.57"
21+
},
22+
"vendored_frameworks": "OmiKit.xcframework",
23+
"preserve_paths": "OmiKit.xcframework",
24+
"module_map": "OmiKit.xcframework/ios-arm64/OmiKit.framework/Modules/module.modulemap",
25+
"libraries": "stdc++",
26+
"frameworks": [
27+
"CoreFoundation",
28+
"VideoToolbox",
29+
"AudioToolbox",
30+
"AVFoundation",
31+
"GLKit",
32+
"CFNetwork",
33+
"CoreMedia"
34+
],
35+
"pod_target_xcconfig": {
36+
"OTHER_LDFLAGS": "-ObjC",
37+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
38+
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/OmiKit",
39+
"HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/OmiKit/OmiKit.xcframework/ios-arm64/OmiKit.framework/Headers",
40+
"GCC_WARN_ABOUT_MISSING_PROTOTYPES": "NO",
41+
"CLANG_WARN_STRICT_PROTOTYPES": "NO"
42+
},
43+
"user_target_xcconfig": {
44+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
45+
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/OmiKit",
46+
"HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/OmiKit/OmiKit.xcframework/ios-arm64/OmiKit.framework/Headers",
47+
"GCC_WARN_ABOUT_MISSING_PROTOTYPES": "NO",
48+
"CLANG_WARN_STRICT_PROTOTYPES": "NO"
49+
}
50+
}

0 commit comments

Comments
 (0)