[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / 2 / KDEAudioPlayer / 0.2.6 / KDEAudioPlayer.podspec.json
blob30e364818301b77c856badb808b996c9df824851
2   "name": "KDEAudioPlayer",
3   "version": "0.2.6",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/delannoyk/AudioPlayer",
8   "authors": {
9     "Kevin Delannoy": "delannoyk@gmail.com"
10   },
11   "summary": "AudioPlayer is a wrapper around AVPlayer and also offers cool features.",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/delannoyk/AudioPlayer.git",
17     "tag": "0.2.6"
18   },
19   "source_files": "AudioPlayer/**/*.swift",
20   "frameworks": [
21     "UIKit",
22     "AVFoundation",
23     "MediaPlayer",
24     "SystemConfiguration"
25   ],
26   "dependencies": {
27     "ReachabilitySwift": [
28       "~> 1.1"
29     ]
30   },
31   "requires_arc": true