blob: 433da880354d482b60376dcb8db997c30822464e [file] [log] [blame]
{
"name": "SendBirdSDK",
"version": "2.0.21",
"summary": "SendBird iOS Framework",
"description": "Messaging and Chat API for Mobile Apps and Websites",
"homepage": "https://sendbird.com",
"license": "Commercial",
"authors": {
"Jed Gyeong": "jed.gyeong@sendbird.com"
},
"source": {
"git": "https://github.com/smilefam/sendbird-ios-framework.git",
"tag": "v2.0.21"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"ios": {
"vendored_frameworks": "SendBirdSDK.framework",
"frameworks": [
"AdSupport",
"UIKit",
"QuartzCore",
"CFNetwork",
"Security",
"Foundation",
"MobileCoreServices"
],
"libraries": "icucore"
}
}