blob: 60ab2f79482be80912aedcf5db6edfc3f86a2f24 [file] [log] [blame]
{
"name": "Stringee",
"version": "1.4.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-SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HoangDuoc": "duochv@stringee.com"
},
"source": {
"git": "https://github.com/stringeecom/Stringee-iOS-SDK.git",
"tag": "1.4.0"
},
"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"
}