blob: 95ebba3b36e598107796613a40fda0b02db29cf2 [file] [log] [blame]
{
"name": "RxRadioPlayer",
"version": "0.0.1",
"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 9.3 with Swift 4.1.",
"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.0.1"
},
"platforms": {
"ios": "8.0",
"tvos": "10.0"
},
"swift_version": "4.1",
"source_files": "RxRadioPlayer/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"MediaPlayer"
],
"dependencies": {
"RxSwift": [
"~> 4.1.2"
],
"RxCocoa": [
"~> 4.1.2"
],
"RxSwiftExt": [
"~> 3.2.0"
],
"Action": [
"~> 3.5.0"
]
}
}