[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / c / 6 / toastcam_player / 1.9.3 / toastcam_player.podspec.json
blob316ea35d0c712794262cdba026cced95756c209e
2   "name": "toastcam_player",
3   "version": "1.9.3",
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.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "toastcam_player/Classes/**/*",
22   "resource_bundles": {
23     "ToastCamPlayer": [
24       "toastcam_player/Assets/**/*/*"
25     ]
26   },
27   "static_framework": true,
28   "dependencies": {
29     "RxSwift": [
30       "~> 5.0.1"
31     ],
32     "RxDataSources": [
33       "~> 4.0.1"
34     ],
35     "RealmSwift": [
36       "~> 4.3.2"
37     ],
38     "AlamofireImage": [
39       "~> 3.4.1"
40     ],
41     "ActionSheetPicker-3.0": [
43     ],
44     "RxAlertController-Swift": [
45       "~> 1.1.0"
46     ],
47     "lottie-ios": [
48       "~> 3.1.6"
49     ],
50     "GoogleSignIn": [
52     ],
53     "GoogleAPIClientForREST/YouTube": [
54       "~> 1.3.11"
55     ],
56     "toastcam_loginkit": [
57       "~> 1.5.0"
58     ],
59     "toastcam_webrtc_client": [
60       "~> 1.2.1"
61     ]
62   },
63   "preserve_paths": "Carthage/Build/iOS/DLGPlayer.framework",
64   "vendored_frameworks": "Carthage/Build/iOS/DLGPlayer.framework",
65   "xcconfig": {
66     "OTHER_LDFLAGS": "-framework DLGPlayer"
67   },
68   "pod_target_xcconfig": {
69     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
70   }