blob: 3b41dbb2b47019fdd72f309909f0d3bab9be446f [file] [log] [blame]
{
"name": "Dioptra",
"version": "1.0.9",
"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": "1.0.9"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.2"
],
"RxCocoa": [
"~> 4.2"
],
"RxGesture": [
"~> 2.0"
]
}
},
{
"name": "AV",
"source_files": "Sources/AV/**/*.swift",
"dependencies": {
"Dioptra/Core": [
]
}
},
{
"name": "BC",
"source_files": "Sources/BC/**/*.swift",
"dependencies": {
"Brightcove-Player-SDK/dynamic": [
],
"Dioptra/AV": [
]
}
},
{
"name": "DM",
"source_files": "Sources/DM/**/*.swift",
"dependencies": {
"DailymotionPlayerSDK": [
],
"Dioptra/Core": [
]
}
},
{
"name": "YT",
"source_files": "Sources/YT/**/*.swift",
"dependencies": {
"youtube-ios-player-helper": [
],
"Dioptra/Core": [
]
}
},
{
"name": "Presentation",
"source_files": "Sources/Presentation/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.2"
],
"RxCocoa": [
"~> 4.2"
],
"RxGesture": [
"~> 2.0"
]
}
}
]
}