blob: 021561c1796c5b6b31cb74191ebe74e157f9a70f [file] [log] [blame]
{
"name": "StringeeChat",
"version": "0.2.1",
"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.1"
},
"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"
]
}
}