[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / f / 6 / c / RxRadioPlayer / 0.0.7 / RxRadioPlayer.podspec.json
bloba17603d313609f016c0c22ad3362b07832ff2954
2   "name": "RxRadioPlayer",
3   "version": "0.0.7",
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.0.7"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "RxRadioPlayer/Classes/**/*",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "5.0"
26   },
27   "frameworks": [
28     "Foundation",
29     "UIKit",
30     "AVFoundation",
31     "MediaPlayer"
32   ],
33   "dependencies": {
34     "RxSwift": [
35       "~> 4.5.0"
36     ],
37     "RxCocoa": [
38       "~> 4.5.0"
39     ],
40     "RxSwiftExt": [
41       "~> 3.4.0"
42     ]
43   }