blob: d99a594fddaf07dee3ffb923c612676bc8b4d3f1 [file] [log] [blame]
{
"name": "Antourage",
"version": "2.1.3",
"summary": "Antourage provides to users possibility to watch streams and use chat and polls",
"description": "Antourage provides to users possibility to watch streams and use chat and polls.",
"homepage": "https://github.com/antourage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mykola Vaniurskyi": "mv@leobit.com"
},
"source": {
"git": "https://github.com/antourage/AntViewer.git",
"tag": "2.1.3"
},
"documentation_url": "https://antourage.github.io",
"platforms": {
"ios": "11.3"
},
"source_files": "AntViewer/Classes/**/*.{swift}",
"vendored_frameworks": "AntViewer/MyFrameworks/ViewerExtension.xcframework",
"resources": [
"AntViewer/Classes/**/*.{plist}",
"ant_version.json"
],
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"static_framework": true,
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Firebase/CoreOnly/Sources",
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/Firebase/CoreOnly/Sources"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"OTHER_LDFLAGS": "-lObjC"
},
"frameworks": [
"UIKit",
"AVKit",
"MediaPlayer",
"Foundation",
"CoreData"
],
"dependencies": {
"Firebase/Auth": [
],
"Firebase/Firestore": [
]
}
}