blob: ed506b82b844f6cf20f8b90b99617f5619be5526 [file] [log] [blame]
{
"name": "DyooVideoPlayer",
"version": "0.0.7",
"summary": "A video player created for reuse.",
"description": "This pod is used to play videos on iOS devices.",
"homepage": "https://github.com/Cwoodall6/DyooVideoPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chaz Woodall": "chazwoodall@gmail.com"
},
"social_media_url": "https://twitter.com/backpackchaz",
"requires_arc": true,
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/Cwoodall6/DyooVideoPlayer.git",
"tag": "0.0.7"
},
"source_files": "DyooVideoPlayer/**/*.{h,m,swift}",
"resources": [
"DyooVideoPlayer/*.xcassets"
]
}