blob: a7561c988a212bd9eed03a113097740b757934e1 [file] [log] [blame]
{
"name": "MLVideoPlayer",
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Simple Video player write in swift",
"homepage": "http://micheltlutz.me",
"social_media_url": "https://twitter.com/michel_lutz",
"authors": {
"Michel Lutz": "michel_lutz@icloud.com"
},
"source": {
"git": "https://github.com/micheltlutz/MLVideoPlayer.git",
"tag": "v1.0.1"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "AVFoundation"
}
]
}