blob: b5a252785484ec9da8d48e1d71877719829d1fa0 [file] [log] [blame]
{
"name": "CordovaRTC",
"version": "1.0.4",
"summary": "CordovaRTC plugin",
"description": "CordovaRTC cordova plugin for iOS",
"homepage": "https://digital-id.kz",
"license": "MIT",
"authors": {
"DigitalID": "almas.adilbek@btsdigital.kz"
},
"source": {
"git": "https://github.com/btsdigital/Cordova-iOS-RTC.git",
"tag": "v1.0.4"
},
"source_files": "CordovaRTC/*.{h,m,swift}",
"dependencies": {
"Cordova": [
]
},
"vendored_frameworks": "CordovaRTC/WebRTC.framework",
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "4.2",
"swift_version": "4.2"
}