blob: 86cc4deb9aca0a734092d4604f8e2dc93c714ce5 [file] [log] [blame]
{
"name": "toastcam_player",
"version": "1.3.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.3.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "toastcam_player/Classes/**/*",
"resources": "toastcam_player/Assets/**/*/*",
"dependencies": {
"RxSwift": [
"~> 4.1.1"
],
"RxDataSources": [
"~> 3.0.2"
],
"RealmSwift": [
"~> 3.13.1"
],
"AlamofireImage": [
"~> 3.3.1"
],
"ActionSheetPicker-3.0": [
],
"lottie-ios": [
"~> 3.0.3"
],
"toastcam_loginkit": [
"~> 1.1.4"
],
"toastcam_webrtc_client": [
"~> 1.0.1"
]
},
"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*]": ""
}
}