blob: b4d52530c411159397ef77441f671f1ef8b577e7 [file] [log] [blame]
{
"name": "glia-webrtc",
"version": "0.0.2",
"summary": "WebRTC SDK for iOS build with bitcode",
"description": "WebRTC is a free, open project that provides browsers and mobile\napplications with Real-Time Communications (RTC) capabilities via simple\nAPIs.",
"homepage": "http://webrtc.org/",
"source": {
"git": "https://github.com/salemove/glia-webrtc.git",
"tag": "0.0.2"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Glia": "mobile@glia.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"default_subspecs": "release",
"subspecs": [
{
"name": "release",
"source_files": "output/release/WebRTC.framework/Headers/**/*.h",
"public_header_files": "output/release/WebRTC.framework/Headers/**/*.h",
"vendored_frameworks": "output/release/WebRTC.framework"
},
{
"name": "bitcode",
"source_files": "output/bitcode/WebRTC.framework/Headers/**/*.h",
"public_header_files": "output/bitcode/WebRTC.framework/Headers/**/*.h",
"vendored_frameworks": "output/bitcode/WebRTC.framework"
}
]
}