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