[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 3 / e / f / Antourage / 2.1.1 / Antourage.podspec.json
blobf11edf3844158febf748d839ff8a4fd650c7a6c4
2   "name": "Antourage",
3   "version": "2.1.1",
4   "summary": "Antourage provides to users possibility to watch streams and use chat and polls",
5   "description": "Antourage provides to users possibility to watch streams and use chat and polls.",
6   "homepage": "https://github.com/antourage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mykola Vaniurskyi": "mv@leobit.com"
13   },
14   "source": {
15     "git": "https://github.com/antourage/AntViewer.git",
16     "tag": "2.1.1"
17   },
18   "platforms": {
19     "ios": "11.3"
20   },
21   "source_files": "AntViewer/Classes/**/*.{swift}",
22   "vendored_frameworks": "AntViewer/MyFrameworks/ViewerExtension.xcframework",
23   "resources": "AntViewer/Classes/**/*.{plist}",
24   "xcconfig": {
25     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Firebase/CoreOnly/Sources",
26     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/Firebase/CoreOnly/Sources"
27   },
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "user_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "frameworks": [
35     "UIKit",
36     "AVKit",
37     "MediaPlayer",
38     "Foundation"
39   ],
40   "dependencies": {
41     "Firebase/Auth": [
43     ],
44     "Firebase/Firestore": [
46     ]
47   }