[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / c / 6 / toastcam_player / 1.4.0 / toastcam_player.podspec.json
blob1038843f1f4125f51020df20cdbd1949f064e37f
2   "name": "toastcam_player",
3   "version": "1.4.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@nhnent.com"
13   },
14   "source": {
15     "git": "https://github.nhnent.com/mediatechlab/toastcam_player_ios.git",
16     "tag": "1.4.0"
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.5.0"
26     ],
27     "RxDataSources": [
28       "~> 3.1.0"
29     ],
30     "RealmSwift": [
31       "~> 3.15.0"
32     ],
33     "Alamofire": [
34       "~> 4.7.3"
35     ],
36     "AlamofireImage": [
37       "~> 3.4.1"
38     ],
39     "ActionSheetPicker-3.0": [
41     ],
42     "lottie-ios": [
43       "~> 3.0.7"
44     ],
45     "toastcam_loginkit": [
46       "~> 1.2.1"
47     ],
48     "toastcam_webrtc_client": [
49       "~> 1.1.0"
50     ]
51   },
52   "preserve_paths": "Carthage/Build/iOS/DLGPlayer.framework",
53   "vendored_frameworks": "Carthage/Build/iOS/DLGPlayer.framework",
54   "xcconfig": {
55     "OTHER_LDFLAGS": "-framework DLGPlayer"
56   },
57   "pod_target_xcconfig": {
58     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
59   }