[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / d / c / ESAudioPlayer / 0.1.4 / ESAudioPlayer.podspec.json
blob369f3a09a8800d33a18daa40d009dfd48acb641d
2   "name": "ESAudioPlayer",
3   "version": "0.1.4",
4   "summary": "A reactive audio player for iOS using RxSwift",
5   "description": "ESAudioPlayer is a reactive audioplayer for iOS using RxSwift. It provides basic audio management features like playing an audio from a URL. And some more advanced features like queue management, MediaPlayer transport controls and now playing center info.",
6   "homepage": "https://github.com/ExtremeSolution/ESAudioPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mario Mouris": "marioamgad9@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ExtremeSolution/ESAudioPlayer.git",
16     "tag": "0.1.4"
17   },
18   "social_media_url": "https://extremesolution.com/",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "ESAudioPlayer/Classes/**/*",
24   "frameworks": "AVFoundation",
25   "dependencies": {
26     "RxSwift": [
27       "6.2.0"
28     ],
29     "RxCocoa": [
30       "6.2.0"
31     ]
32   },
33   "swift_version": "5.0"