| { |
| "name": "RxRadioPlayer", |
| "version": "0.1.2", |
| "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.2" |
| }, |
| "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", |
| "MediaPlayer", |
| "AVKit" |
| ], |
| "dependencies": { |
| "RxSwift": [ |
| |
| ], |
| "RxCocoa": [ |
| |
| ] |
| }, |
| "swift_version": "5.0" |
| } |