blob: 449ae2a4f81f18f87491cec0fd14a9446403e8ad [file] [log] [blame]
{
"name": "RxRadioPlayer",
"version": "0.1.3",
"summary": "RxRadioPlayer is a small framework to play radio streaming.",
"description": "RxRadioPlayer is a small framework for iOS and tvOS to play radio streaming, using RxSwift.\nRequires Xcode 10.2 with Swift 5.0.",
"homepage": "https://github.com/pawelrup/RxRadioPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paweł Rup": "pawelrup@lobocode.pl"
},
"source": {
"git": "https://github.com/pawelrup/RxRadioPlayer.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"swift_versions": "5.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"source_files": "RxRadioPlayer/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"AVKit"
],
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
},
"swift_version": "5.0"
}