blob: 1038843f1f4125f51020df20cdbd1949f064e37f [file] [log] [blame]
{
"name": "toastcam_player",
"version": "1.4.0",
"summary": "ToastCam player module to play RTMP protocol and WebRTC for iOS.",
"description": "ToastCam player module to play RTMP protocol and WebRTC for iOS.",
"homepage": "https://github.nhnent.com/mediatechlab/toastcam_player_ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KWANG HYOUN KIM": "pisces@nhnent.com"
},
"source": {
"git": "https://github.nhnent.com/mediatechlab/toastcam_player_ios.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "toastcam_player/Classes/**/*",
"resources": "toastcam_player/Assets/**/*/*",
"dependencies": {
"RxSwift": [
"~> 4.5.0"
],
"RxDataSources": [
"~> 3.1.0"
],
"RealmSwift": [
"~> 3.15.0"
],
"Alamofire": [
"~> 4.7.3"
],
"AlamofireImage": [
"~> 3.4.1"
],
"ActionSheetPicker-3.0": [
],
"lottie-ios": [
"~> 3.0.7"
],
"toastcam_loginkit": [
"~> 1.2.1"
],
"toastcam_webrtc_client": [
"~> 1.1.0"
]
},
"preserve_paths": "Carthage/Build/iOS/DLGPlayer.framework",
"vendored_frameworks": "Carthage/Build/iOS/DLGPlayer.framework",
"xcconfig": {
"OTHER_LDFLAGS": "-framework DLGPlayer"
},
"pod_target_xcconfig": {
"VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
}
}