[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 6 / c / RxRadioPlayer / 0.0.3 / RxRadioPlayer.podspec.json
blob9eebf99715b5e5a43dc7bdd16df19470b66f7289
2   "name": "RxRadioPlayer",
3   "version": "0.0.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.0 with Swift 4.2.",
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.0.3"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0"
21   },
22   "swift_version": "4.2",
23   "source_files": "RxRadioPlayer/Classes/**/*",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "4.2"
26   },
27   "frameworks": [
28     "Foundation",
29     "UIKit",
30     "AVFoundation",
31     "MediaPlayer"
32   ],
33   "dependencies": {
34     "RxSwift": [
35       "~> 4.3.1"
36     ],
37     "RxCocoa": [
38       "~> 4.3.1"
39     ],
40     "RxSwiftExt": [
41       "~> 3.3.0"
42     ],
43     "Action": [
44       "~> 3.8.0"
45     ]
46   }