[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / 9 / 1 / SendBirdSyncManager / 1.1.0 / SendBirdSyncManager.podspec.json
blobc34b31c680501a2b6ea2a4bb2de4da6ce6d2210e
2   "name": "SendBirdSyncManager",
3   "version": "1.1.0",
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   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/smilefam/sendbird-syncmanager-ios.git",
18     "tag": "v1.1.0"
19   },
20   "ios": {
21     "vendored_frameworks": "SendBirdSyncManager.framework",
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.0.132"
34     ]
35   }