[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 3 / e / f / Antourage / 2.1.3 / Antourage.podspec.json
blobd99a594fddaf07dee3ffb923c612676bc8b4d3f1
2   "name": "Antourage",
3   "version": "2.1.3",
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.3"
17   },
18   "documentation_url": "https://antourage.github.io",
19   "platforms": {
20     "ios": "11.3"
21   },
22   "source_files": "AntViewer/Classes/**/*.{swift}",
23   "vendored_frameworks": "AntViewer/MyFrameworks/ViewerExtension.xcframework",
24   "resources": [
25     "AntViewer/Classes/**/*.{plist}",
26     "ant_version.json"
27   ],
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "static_framework": true,
32   "xcconfig": {
33     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Firebase/CoreOnly/Sources",
34     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/Firebase/CoreOnly/Sources"
35   },
36   "user_target_xcconfig": {
37     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
38     "OTHER_LDFLAGS": "-lObjC"
39   },
40   "frameworks": [
41     "UIKit",
42     "AVKit",
43     "MediaPlayer",
44     "Foundation",
45     "CoreData"
46   ],
47   "dependencies": {
48     "Firebase/Auth": [
50     ],
51     "Firebase/Firestore": [
53     ]
54   }