blob: e7a526727ada5935429329199aa0665233995890 [file] [log] [blame]
{
"name": "Antourage",
"version": "3.0.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://antourage.com",
"summary": "Antourage provides to users possibility to watch streams and use chat and polls",
"authors": {
"Antourage AB": "info@antourage.com"
},
"documentation_url": "https://antourage.github.io",
"cocoapods_version": ">= 1.10.0",
"swift_versions": "5.0",
"platforms": {
"ios": "11.3"
},
"source": {
"git": "https://github.com/antourage/viewer-sdk-ios.git",
"tag": "3.0.4"
},
"source_files": "Sources/Antourage/**/*.{swift}",
"vendored_frameworks": "AntourageViewer.xcframework",
"frameworks": [
"Foundation",
"UIKit",
"CoreData",
"AVKit",
"MediaPlayer"
],
"dependencies": {
"Firebase/Auth": [
],
"Firebase/Firestore": [
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"static_framework": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "'$(PODS_ROOT)/Antourage/**'",
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Firebase/CoreOnly/Sources",
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/Firebase/CoreOnly/Sources"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.0"
}