[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / f / 9 / 1 / SendBirdSyncManager / 1.1.43 / SendBirdSyncManager.podspec.json
blob1682927c6bc3d85bc5299366ba8179a9603904fb
2   "name": "SendBirdSyncManager",
3   "version": "1.1.43",
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     "Woo": "wooyoung.chung@sendbird.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/sendbird/sendbird-syncmanager-ios.git",
18     "tag": "v1.1.43"
19   },
20   "ios": {
21     "vendored_frameworks": "SendBirdSyncManager.xcframework",
22     "frameworks": [
23       "UIKit",
24       "Foundation",
25       "CoreData",
26       "SendBirdSDK"
27     ],
28     "libraries": "icucore"
29   },
30   "requires_arc": true,
31   "dependencies": {
32     "SendBirdSDK": [
33       "~> 3.1.1"
34     ]
35   }