blob: 3efa20a75e8e73bb8f2075d598bf10ed3f0d0e4d [file] [log] [blame]
{
"name": "SAPlugAVPlayer",
"version": "0.2.1",
"summary": "Here we have a simple module that a developer can use to integrate for video playing in swift 4.2.",
"description": "Simple and featured video player with full of customisation possibility, full control over AVPlayer. Adjust as you need in terms of design and feature. SA-Plug-AVPlayer lets you create your own UI ready code to play video",
"homepage": "https://github.com/teamSolutionAnalysts/sa-plug-avplayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Solution Analyst": "paresh.prajapati.sa@gmail.com"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/teamSolutionAnalysts/sa-plug-avplayer.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SAVideoPlayer/Source/*.swift",
"resource_bundles": {
"Resources": [
"SAVideoPlayer/Source/Resources/*.png"
]
},
"swift_version": "4.2"
}