blob: bb825f074185ef12d95a947d9e6bab36d52fe0d3 [file] [log] [blame]
{
"name": "MLVideoPlayer",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "AVFoundation"
}
]
}