blob: 3e0aa84259c5892692b104d234ef26f145ba6f07 [file] [log] [blame]
{
"name": "SendBirdUIKit",
"version": "1.0.5",
"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",
"Harry Kim": "sw.kim@sendbird.com"
},
"platforms": {
"ios": "10.3"
},
"source": {
"git": "https://github.com/sendbird/sendbird-uikit-ios.git",
"tag": "v1.0.5"
},
"ios": {
"vendored_frameworks": "SendBirdUIKit.framework",
"frameworks": [
"UIKit",
"Foundation",
"CoreData",
"SendBirdSDK"
],
"libraries": "icucore"
},
"requires_arc": true,
"dependencies": {
"SendBirdSDK": [
"~>3.0.175"
]
}
}