blob: 8213ef14704b85aa65a3e730adbbc9e82d416afc [file] [log] [blame]
{
"name": "SendBirdSyncManager",
"version": "1.1.18",
"summary": "Local cache framework based on SendBirdSDK",
"description": "SendBirdSyncManager caches and manages channels and messages of SendBirdSDK",
"homepage": "https://sendbird.com",
"documentation_url": "https://docs.sendbird.com/ios",
"license": "Commercial",
"authors": {
"Jed Gyeong": "jed.gyeong@sendbird.com",
"Young Hwang": "young.hwang@sendbird.com",
"Tez Park": "tez.park@sendbird.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sendbird/sendbird-syncmanager-ios.git",
"tag": "v1.1.18"
},
"ios": {
"vendored_frameworks": "SendBirdSyncManager.framework",
"frameworks": [
"UIKit",
"Foundation",
"CoreData",
"SendBirdSDK"
],
"libraries": "icucore"
},
"requires_arc": true,
"dependencies": {
"SendBirdSDK": [
"~> 3.0.156"
]
}
}