[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / 2 / KDEAudioPlayer / 0.4.3 / KDEAudioPlayer.podspec.json
blob18e02427b9ad4230826327e25d71a363b9ba0d68
2   "name": "KDEAudioPlayer",
3   "version": "0.4.3",
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   "source": {
13     "git": "https://github.com/delannoyk/AudioPlayer.git",
14     "tag": "0.4.3"
15   },
16   "source_files": "AudioPlayer/**/*.swift",
17   "requires_arc": true,
18   "frameworks": [
19     "UIKit",
20     "AVFoundation",
21     "MediaPlayer",
22     "SystemConfiguration"
23   ],
24   "platforms": {
25     "ios": "8.0",
26     "tvos": "9.0"
27   }