[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / c / 6 / toastcam_player / 1.2.1 / toastcam_player.podspec.json
blob4b03c856f37d81ba995202fd3eec201e7f74ee0f
2   "name": "toastcam_player",
3   "version": "1.2.1",
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@nhnent.com"
13   },
14   "source": {
15     "git": "https://github.nhnent.com/mediatechlab/toastcam_player_ios.git",
16     "tag": "1.2.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "toastcam_player/Classes/**/*",
22   "resources": "toastcam_player/Assets/**/*/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.1.1"
26     ],
27     "RxDataSources": [
28       "~> 3.0.2"
29     ],
30     "RealmSwift": [
31       "~> 3.13.1"
32     ],
33     "AlamofireImage": [
34       "~> 3.3.1"
35     ],
36     "ActionSheetPicker-3.0": [
38     ],
39     "lottie-ios": [
40       "~> 3.0.3"
41     ],
42     "toastcam_loginkit": [
43       "~> 1.1.3"
44     ],
45     "toastcam_webrtc_client": [
46       "~> 1.0.1"
47     ]
48   },
49   "preserve_paths": "Carthage/Build/iOS/DLGPlayer.framework",
50   "vendored_frameworks": "Carthage/Build/iOS/DLGPlayer.framework",
51   "xcconfig": {
52     "OTHER_LDFLAGS": "-framework DLGPlayer"
53   },
54   "pod_target_xcconfig": {
55     "VALID_ARCHS[sdk=iphonesimulator*]": ""
56   }