[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 6 / c / RxRadioPlayer / 0.1.1 / RxRadioPlayer.podspec.json
blobdcb3591dffc303c5a02b2705a5e3f1ca635ddd6b
2   "name": "RxRadioPlayer",
3   "version": "0.1.1",
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.1"
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     "MediaPlayer",
32     "AVKit"
33   ],
34   "dependencies": {
35     "RxSwift": [
37     ],
38     "RxCocoa": [
40     ]
41   },
42   "swift_version": "5.0"