blob: c9d39479ad699ba97a28d102e349bac183fcac3a [file] [log] [blame]
{
"name": "SendBirdUIKit",
"version": "1.1.0",
"summary": "UIKit based on SendBirdSDK",
"description": "SendBird UIKit is a framework composed of basic UI components based on SendBirdSDK.",
"homepage": "https://sendbird.com",
"documentation_url": "https://docs.sendbird.com/ios",
"license": "Commercial",
"authors": {
"Tez Park": "tez.park@sendbird.com"
},
"platforms": {
"ios": "10.3"
},
"source": {
"git": "https://github.com/sendbird/sendbird-uikit-ios.git",
"tag": "v1.1.0"
},
"ios": {
"vendored_frameworks": "SendBirdUIKit.framework",
"frameworks": [
"UIKit",
"Foundation",
"CoreData",
"SendBirdSDK"
],
"libraries": "icucore"
},
"requires_arc": true,
"dependencies": {
"SendBirdSDK": [
"~>3.0.186"
]
}
}