[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 3 / e / f / Antourage / 2.1.0 / Antourage.podspec.json
blobf10271310b83f6689c02ed2f09bb36d305b83757
2   "name": "Antourage",
3   "version": "2.1.0",
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.0"
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   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "static_framework": true,
28   "xcconfig": {
29     "FRAMEWORK_SEARCH_PATHS": "'$(PODS_ROOT)/Antourage/AntViewer/MyFrameworks/**'",
30     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Firebase/CoreOnly/Sources",
31     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/Firebase/CoreOnly/Sources"
32   },
33   "user_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   },
36   "frameworks": [
37     "UIKit",
38     "AVKit",
39     "MediaPlayer",
40     "Foundation"
41   ],
42   "dependencies": {
43     "Firebase/Auth": [
45     ],
46     "Firebase/Firestore": [
48     ]
49   }