blob: a38dd51cede86ff38504352227abd9cec1eb0a53 [file] [log] [blame]
{
"name": "AntViewer_ios",
"version": "0.1.9",
"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.1.9"
},
"platforms": {
"ios": "11.3"
},
"source_files": "AntViewer_ios/Classes/**/*.{swift}",
"ios": {
"vendored_frameworks": "AntViewer_ios/MyFrameworks/AntViewerExt.framework"
},
"resources": "AntViewer_ios/Classes/**/*.{storyboard,xib,plist}",
"resource_bundles": {
"AntWidget": [
"AntViewer_ios/Assets/*"
]
},
"static_framework": true,
"frameworks": [
"UIKit",
"AVKit"
],
"dependencies": {
"IQKeyboardManagerSwift": [
],
"lottie-ios": [
],
"Kingfisher": [
]
},
"swift_versions": "4.2"
}