blob: fd50857c3a3e6208a328efc474d66df5e5bf4e0c [file] [log] [blame]
{
"name": "VideoPlayer",
"version": "0.2.0",
"summary": "VideoPlayer is built to facilitate video playback.",
"homepage": "https://github.com/Nominalista/VideoPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nominalista": "the.nominalista@gmail.com"
},
"source": {
"git": "https://github.com/Nominalista/VideoPlayer.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "VideoPlayer/*",
"dependencies": {
"RxSwift": [
"~> 4.1.2"
],
"RxCocoa": [
"~> 4.1.2"
]
}
}