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