blob: 884983f888d23da2198ecf28f2500bd004442441 [file] [log] [blame]
{
"name": "CLWebRTC",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"source_files": "CLWebRTC/Classes/**/*",
"frameworks": "UIKit",
"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"
}