blob: 91f9480b58ed62a5f6ec15c94acee1bb2790c35e [file] [log] [blame]
{
"name": "Stringee",
"version": "1.2.8",
"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-SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HoangDuoc": "duochv@stringee.com"
},
"source": {
"git": "https://github.com/stringeecom/Stringee-iOS-SDK.git",
"tag": "1.2.8"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"source_files": "Stringee/Classes/**/Stringee.framework/Versions/A/Headers/*.h",
"public_header_files": "Stringee/Classes/**/Stringee.framework/Versions/A/Headers/*.h",
"frameworks": [
"CoreFoundation",
"VideoToolbox",
"AudioToolbox",
"AVFoundation",
"GLKit"
],
"libraries": [
"icucore",
"stdc++"
],
"vendored_frameworks": "Stringee/Classes/**/Stringee.framework"
}