blob: 97b76ee13236f5be9505265689d8333f6246543c [file] [log] [blame]
{
"name": "StringeeChat",
"version": "0.2.0",
"summary": "Developed by Stringee",
"description": "The Stringee platform, developed by Stringee, makes it easy to embed high-quality interactive video, voice, messaging, and screen sharing into web and mobile apps.",
"homepage": "https://github.com/stringeecom/stringee-ios-chat-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stringee": "info@stringee.com"
},
"source": {
"git": "https://github.com/stringeecom/stringee-ios-chat-sdk.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"source_files": "StringeeChat/Classes/**/Stringee.framework/Versions/A/Headers/*.h",
"public_header_files": "StringeeChat/Classes/**/Stringee.framework/Versions/A/Headers/*.h",
"frameworks": [
"CoreFoundation",
"VideoToolbox",
"AudioToolbox",
"AVFoundation",
"GLKit"
],
"libraries": [
"icucore",
"stdc++"
],
"vendored_frameworks": "StringeeChat/Classes/**/Stringee.framework",
"dependencies": {
"GoogleWebRTC": [
"1.1.27828"
]
}
}