blob: cb1dd51664000b7586ae49de66fe8d4b049392cd [file] [log] [blame]
{
"name": "SendBirdSyncManager",
"version": "1.1.9",
"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"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sendbird/sendbird-syncmanager-ios.git",
"tag": "v1.1.9"
},
"ios": {
"vendored_frameworks": "SendBirdSyncManager.framework",
"frameworks": [
"UIKit",
"Foundation",
"CoreData",
"SendBirdSDK"
],
"libraries": "icucore"
},
"requires_arc": true,
"dependencies": {
"SendBirdSDK": [
"~> 3.0.142"
]
}
}