[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / c / e / 6 / LiveLikeSceenicVideoPlugin / 0.0.3-alpha / LiveLikeSceenicVideoPlugin.podspec.json
blob5b9cf4530ed0bdeea8c686e190a2bc632b3be7f6
2   "name": "LiveLikeSceenicVideoPlugin",
3   "version": "0.0.3-alpha",
4   "summary": "Co-Viewing and Audience Engagement Platform for Broadcasters",
5   "description": "LiveLike and Sceenic's Watch Together services combined to support audience engagement during watch parties",
6   "homepage": "https://www.livelike.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "LiveLike Inc.": "contact@livelike.com"
13   },
14   "social_media_url": "https://twitter.com/LiveLikeInc",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "swift_versions": "5.0.1",
19   "source": {
20     "http": "https://bitbucket.org/livelike/livelike-public-downloads/downloads/LiveLikeSceenicVideoPlugin_IOSPlugin_0.0.1_alpha.zip"
21   },
22   "source_files": [
23     "LiveLikeSceenicVideoPlugin/Sources/**/*.{swift}",
24     "LiveLikeSceenicVideoPlugin/Sources/LiveLikeSceenicPlugin.swift"
25   ],
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "pod_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "dependencies": {
33     "PubNubSwift": [
34       "~> 4.0"
35     ],
36     "lottie-ios": [
37       "~> 3.0"
38     ]
39   },
40   "ios": {
41     "frameworks": "Foundation"
42   },
43   "subspecs": [
44     {
45       "name": "WatchTogether",
46       "platforms": {
47         "ios": "11.0"
48       },
49       "source_files": "WatchTogether/WatchTogether.framework/Headers/*.h",
50       "vendored_frameworks": "WatchTogether/WatchTogether.framework",
51       "dependencies": {
52         "Starscream": [
54         ],
55         "GoogleWebRTC": [
57         ]
58       }
59     }
60   ],
61   "swift_version": "5.0.1"