[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / f / 6 / c / RxRadioPlayer / 0.1.3 / RxRadioPlayer.podspec.json
blob449ae2a4f81f18f87491cec0fd14a9446403e8ad
2   "name": "RxRadioPlayer",
3   "version": "0.1.3",
4   "summary": "RxRadioPlayer is a small framework to play radio streaming.",
5   "description": "RxRadioPlayer is a small framework for iOS and tvOS to play radio streaming, using RxSwift.\nRequires Xcode 10.2 with Swift 5.0.",
6   "homepage": "https://github.com/pawelrup/RxRadioPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "PaweÅ‚ Rup": "pawelrup@lobocode.pl"
13   },
14   "source": {
15     "git": "https://github.com/pawelrup/RxRadioPlayer.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0"
21   },
22   "swift_versions": "5.0",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "5.0"
25   },
26   "source_files": "RxRadioPlayer/Classes/**/*",
27   "frameworks": [
28     "Foundation",
29     "UIKit",
30     "AVFoundation",
31     "AVKit"
32   ],
33   "dependencies": {
34     "RxSwift": [
36     ],
37     "RxCocoa": [
39     ]
40   },
41   "swift_version": "5.0"