[Add] ADPhotoKit 1.5.0
[CocoaPods.git] / Specs / 3 / e / f / Antourage / 3.0.1 / Antourage.podspec.json
blobe29c1f32cb9b68e989eca98433a15af0f1043d6b
2   "name": "Antourage",
3   "version": "3.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://antourage.com",
9   "summary": "Antourage provides to users possibility to watch streams and use chat and polls",
10   "authors": {
11     "Antourage AB": "info@antourage.com"
12   },
13   "documentation_url": "https://antourage.github.io",
14   "cocoapods_version": ">= 1.10.0",
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "11.3"
18   },
19   "source": {
20     "git": "https://github.com/antourage/viewer-sdk-ios.git",
21     "tag": "3.0.1"
22   },
23   "source_files": "Sources/Antourage/**/*.{swift}",
24   "vendored_frameworks": "AntourageViewer.xcframework",
25   "frameworks": [
26     "Foundation",
27     "UIKit",
28     "CoreData",
29     "AVKit",
30     "MediaPlayer"
31   ],
32   "dependencies": {
33     "Firebase/Auth": [
35     ],
36     "Firebase/Firestore": [
38     ]
39   },
40   "pod_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   },
43   "static_framework": true,
44   "xcconfig": {
45     "FRAMEWORK_SEARCH_PATHS": "'$(PODS_ROOT)/Antourage/**'",
46     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Firebase/CoreOnly/Sources",
47     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/Firebase/CoreOnly/Sources"
48   },
49   "user_target_xcconfig": {
50     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
51   },
52   "swift_version": "5.0"