[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / f / 9 / 1 / SendBirdSyncManager / 1.1.11.1 / SendBirdSyncManager.podspec.json
blob7cc85c76abc9ec9477e3fad64f52262c20d3c483
2   "name": "SendBirdSyncManager",
3   "version": "1.1.11.1",
4   "summary": "Local cache framework based on SendBirdSDK",
5   "description": "SendBirdSyncManager caches and manages channels and messages of SendBirdSDK",
6   "homepage": "https://sendbird.com",
7   "documentation_url": "https://docs.sendbird.com/ios",
8   "license": "Commercial",
9   "authors": {
10     "Jed Gyeong": "jed.gyeong@sendbird.com",
11     "Young Hwang": "young.hwang@sendbird.com",
12     "Tez Park": "tez.park@sendbird.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/sendbird/sendbird-syncmanager-ios.git",
19     "tag": "v1.1.11.1"
20   },
21   "ios": {
22     "vendored_frameworks": "SendBirdSyncManager.framework",
23     "frameworks": [
24       "UIKit",
25       "Foundation",
26       "CoreData",
27       "SendBirdSDK"
28     ],
29     "libraries": "icucore"
30   },
31   "requires_arc": true,
32   "dependencies": {
33     "SendBirdSDK": [
34       "~> 3.0.156"
35     ]
36   }