blob: cfebaab4037dc0d97c17253c98fcaf89f74dd142 [file] [log] [blame]
{
"name": "iRTC",
"version": "0.0.11",
"summary": "italki webRTC SDK",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://xgit.italki.com/classroomx/irtc_ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tim.yan": "tim.yan@italki.com"
},
"source": {
"git": "http://xgit.italki.com/classroomx/irtc_ios.git",
"tag": "0.0.11"
},
"platforms": {
"ios": "10.0"
},
"source_files": "iRTC/Classes/**/*",
"swift_versions": "5.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0",
"ARCHS": "x86_64 arm64"
},
"user_target_xcconfig": {
"ARCHS": "x86_64 arm64"
},
"frameworks": [
"UIKit",
"AVFoundation"
],
"dependencies": {
"Starscream": [
"~> 4.0.3"
],
"HandyJSON": [
"~> 5.0.1"
],
"SwiftyJSON": [
"~> 4.0"
],
"SnapKit": [
"~> 5.0.1"
],
"WebRTC4iRTC": [
"~> 0.5"
]
},
"swift_version": "5.0"
}