blob: 3b3770abb093987f4d06ef7a1fd6664cee035f01 [file] [log] [blame]
{
"name": "VideoPlayer",
"version": "0.2.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "VideoPlayer/**/*",
"dependencies": {
"RxSwift": [
"~> 4.1.2"
],
"RxCocoa": [
"~> 4.1.2"
]
},
"swift_version": "4.1"
}