[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / b / mesiboflutter / 1.0.2 / mesiboflutter.podspec.json
blob0bf43b81c24b3451072a220ab76559b09f609dd4
2   "name": "mesiboflutter",
3   "version": "1.0.2",
4   "summary": "mesibo Flutter API for real-time messaging, voice and video calls and conference.",
5   "description": "Mesibo allows you to add real-time messaging, voice and video calling into your mobile apps, websites, and backend (or virtually any type of application) in no-time.\n\nMesibo supports one-to-one chat, group messaging, voice & video calls, end-to-end encryption and many more features to meet real-time communication requirements of almost all kind of apps.  Mesibo is modular, lightweight and easy to integrate - you can signup and get started in no time. To further accelerate your development, you can even download the source code of Mesibo apps from GitHub.",
6   "homepage": "https://mesibo.com",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright (c) 2019-2023, Mesibo, Inc (https://mesibo.com)\nAll rights reserved.\n\nRedistributions and use in any form must reproduce the above copyright!\n"
10   },
11   "authors": {
12     "Name": "support@mesibo.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/mesibo/flutterframework.git",
19     "tag": "v1.0.2"
20   },
21   "dependencies": {
22     "Flutter": [
24     ],
25     "mesibo": [
27     ],
28     "mesibo-ui": [
30     ],
31     "mesibo-calls": [
33     ]
34   },
35   "static_framework": true,
36   "pod_target_xcconfig": {
37     "VALID_ARCHS": "x86_64 arm64"
38   },
39   "user_target_xcconfig": {
40     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
41   },
42   "requires_arc": true,
43   "libraries": "c++",
44   "ios": {
45     "frameworks": [
46       "Photos",
47       "CoreMedia",
48       "AVFoundation",
49       "AssetsLibrary",
50       "SystemConfiguration",
51       "MobileCoreServices",
52       "CoreTelephony",
53       "Network",
54       "Contacts"
55     ]
56   }