blob: fd93a63cc3bfe635a6364905ed8902937c28c049 [file] [log] [blame]
{
"name": "DyooVideoPlayer",
"version": "0.0.6",
"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.6"
},
"source_files": "DyooVideoPlayer/**/*.{h,m,swift}",
"resources": [
"DyooVideoPlayer/*.xcassets"
]
}