[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 5 / c / 6 / toastcam_player / 1.9.0 / toastcam_player.podspec.json
blob51cf5ff3269f0000cf881ef7d24d2d72332537b4
2   "name": "toastcam_player",
3   "version": "1.9.0",
4   "summary": "ToastCam player module to play RTMP protocol and WebRTC for iOS.",
5   "description": "ToastCam player module to play RTMP protocol and WebRTC for iOS.",
6   "homepage": "https://github.nhnent.com/mediatechlab/toastcam_player_ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "KWANG HYOUN KIM": "pisces@nhn.com"
13   },
14   "source": {
15     "git": "https://github.nhnent.com/mediatechlab/toastcam_player_ios.git",
16     "tag": "1.9.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "toastcam_player/Classes/**/*",
22   "resources": "toastcam_player/Assets/**/*/*",
23   "static_framework": true,
24   "dependencies": {
25     "RxSwift": [
26       "~> 5.0.1"
27     ],
28     "RxDataSources": [
29       "~> 4.0.1"
30     ],
31     "RealmSwift": [
32       "~> 4.3.2"
33     ],
34     "AlamofireImage": [
35       "~> 3.4.1"
36     ],
37     "ActionSheetPicker-3.0": [
39     ],
40     "RxAlertController-Swift": [
41       "~> 1.1.0"
42     ],
43     "lottie-ios": [
44       "~> 3.1.6"
45     ],
46     "Google/SignIn": [
48     ],
49     "GoogleAPIClientForREST/YouTube": [
50       "~> 1.3.11"
51     ],
52     "toastcam_loginkit": [
53       "~> 1.5.0"
54     ],
55     "toastcam_webrtc_client": [
56       "~> 1.2.1"
57     ]
58   },
59   "preserve_paths": "Carthage/Build/iOS/DLGPlayer.framework",
60   "vendored_frameworks": "Carthage/Build/iOS/DLGPlayer.framework",
61   "xcconfig": {
62     "OTHER_LDFLAGS": "-framework DLGPlayer"
63   },
64   "pod_target_xcconfig": {
65     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
66   }