blob: 637ac849371609e64a8e865f89209b389580cb70 [file] [log] [blame]
{
"name": "SendBirdUIKit",
"version": "1.2.3",
"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",
"Jed Gyeong": "jed.gyeong@sendbird.com",
"Woo": "wooyoung.chung@sendbird.com"
},
"platforms": {
"ios": "10.3"
},
"source": {
"git": "https://github.com/sendbird/sendbird-uikit-ios.git",
"tag": "v1.2.3"
},
"ios": {
"vendored_frameworks": "SendBirdUIKit.framework",
"frameworks": [
"UIKit",
"Foundation",
"CoreData",
"SendBirdSDK"
],
"libraries": "icucore"
},
"requires_arc": true,
"dependencies": {
"SendBirdSDK": [
"~>3.0.202"
]
}
}