[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 5 / 6 / 1 / RxMusicPlayer / 0.1.5 / RxMusicPlayer.podspec.json
blob46ba6852f3ac3dcaaa7c8a6d607ea050b424d1fe
2   "name": "RxMusicPlayer",
3   "version": "0.1.5",
4   "summary": "A reactive library to make it easy for audio playbacks using RxSwift.",
5   "description": "- Following [the Audio Guidelines for User-Controlled Playback and Recording Apps](https://developer.apple.com/library/archive/documentation/Audio/Conceptual/AudioSessionProgrammingGuide/AudioGuidelinesByAppType/AudioGuidelinesByAppType.html#//apple_ref/doc/uid/TP40007875-CH11-SW1).\n- Support for streaming both remote and local audio files.\n- Functions to `play`, `pause`, `stop`, `play next`, `play previous`, `repeat mode(repeat, repeat all)`, `shuffle mode` and `seek to a certain second`.\n- Loading metadata, including `title`, `album`, `artist`, `artwork`, `duration`, and `lyrics`.\n- Background mode integration with MPNowPlayingInfoCenter.\n- Remote command control integration with MPRemoteCommandCenter.\n- Interruption handling with AVAudioSession.interruptionNotification.\n- Route change handling with AVAudioSession.routeChangeNotification.\n- Including a fully working example project.",
6   "homepage": "https://github.com/yoheimuta/RxMusicPlayer",
7   "license": "MIT",
8   "authors": {
9     "yohei yoshimuta": "yoheimuta@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/yoheimuta/RxMusicPlayer.git",
16     "tag": "0.1.5"
17   },
18   "source_files": "RxMusicPlayer/*.swift",
19   "frameworks": [
20     "Foundation",
21     "AVFoundation",
22     "MediaPlayer"
23   ],
24   "swift_versions": [
25     "5.0"
26   ],
27   "dependencies": {
28     "RxSwift": [
30     ],
31     "RxCocoa": [
33     ],
34     "RxRelay": [
36     ]
37   },
38   "swift_version": "5.0"