blob: 3d348c89f1b1c5484ee0006297b8796ed7aa20c0 [file] [log] [blame]
{
"name": "Dioptra",
"version": "5.1.7",
"summary": "Video player RX based library",
"homepage": "https://github.com/netcosports/Dioptra",
"authors": {
"Sergei Mikhan": "sergei@netcosports.com"
},
"source": {
"git": "https://github.com/netcosports/Dioptra.git",
"tag": "5.1.7"
},
"license": {
"type": "MIT"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"swift_versions": [
"5.0",
"5.1"
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"RxGesture": [
"~> 3"
]
}
},
{
"name": "AV",
"source_files": "Sources/AV/**/*.swift",
"dependencies": {
"Dioptra/Core": [
],
"RxReachability": [
]
}
},
{
"name": "DM",
"source_files": "Sources/DM/**/*.swift",
"dependencies": {
"DailymotionPlayerSDK": [
],
"Dioptra/Core": [
],
"RxReachability": [
]
}
},
{
"name": "YT",
"source_files": "Sources/YT/**/*.swift",
"dependencies": {
"youtube-ios-player-helper": [
],
"Dioptra/Core": [
],
"RxReachability": [
]
}
},
{
"name": "Presentation",
"source_files": "Sources/Presentation/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"RxGesture": [
"~> 3"
]
}
}
],
"swift_version": "5.1"
}