blob: 0fff11792b66b1afc5a269914cd16f6d3fb881f7 [file] [log] [blame]
{
"name": "CLWebRTC",
"version": "1.0.2",
"summary": "CodeLabs WebRTC",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://codelabs.inc/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Muhammad Mehdi": "arsalanjaf@gmail.com"
},
"source": {
"git": "https://github.com/arsalanj/CLWebRTC.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"source_files": "Classes/**/*",
"dependencies": {
"Starscream": [
"3.0.6"
],
"WebRTC": [
"63.11.20455"
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "4.2"
}