blob: e3b635f76528a49658c7d911e6444a418a99d992 [file] [log] [blame]
{
"name": "AntViewer_ios",
"version": "0.2.2",
"summary": "AntViewer provides to users possibility to watch streams and use chat and polls",
"description": "AntViewer provides to users possibility to watch streams and use chat and polls.",
"homepage": "https://github.com/kolyan94",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mykola Vaniurskyi": "mv@leobit.co"
},
"source": {
"git": "https://github.com/kolyan94/AntViewer_ios.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "11.3"
},
"source_files": "AntViewer_ios/Classes/**/*.{swift}",
"ios": {
"vendored_frameworks": [
"AntViewer_ios/MyFrameworks/AntViewerExt.framework",
"AntViewer_ios/MyFrameworks/Lottie.framework"
]
},
"resources": "AntViewer_ios/Classes/**/*.{storyboard,xib,plist}",
"resource_bundles": {
"AntWidget": [
"AntViewer_ios/Assets/*"
]
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"frameworks": [
"UIKit",
"AVKit"
],
"dependencies": {
"SDWebImage": [
"~> 5.0"
]
},
"swift_versions": "5",
"swift_version": "5"
}