blob: 9092866063f4e68e5759cc22013d5688249893f0 [file] [log] [blame]
{
"name": "SendBirdSDK",
"version": "2.0.17",
"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.17"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"ios": {
"vendored_frameworks": "SendBirdSDK.framework",
"frameworks": [
"AdSupport",
"UIKit",
"QuartzCore",
"CFNetwork",
"Security",
"Foundation",
"MobileCoreServices"
],
"libraries": "icucore"
}
}