[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / 2 / KDEAudioPlayer / 1.1.0-beta / KDEAudioPlayer.podspec.json
bloba22f8b38f5201dd76ded1f0f841816141daaf544
2   "name": "KDEAudioPlayer",
3   "version": "1.1.0-beta",
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": "1.1.0-beta"
15   },
16   "source_files": "AudioPlayer/AudioPlayer/**/*.swift",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0",
21     "osx": "10.10"
22   },
23   "ios": {
24     "frameworks": [
25       "UIKit",
26       "AVFoundation",
27       "MediaPlayer",
28       "SystemConfiguration"
29     ]
30   },
31   "tvos": {
32     "frameworks": [
33       "UIKit",
34       "AVFoundation",
35       "MediaPlayer",
36       "SystemConfiguration"
37     ]
38   },
39   "osx": {
40     "frameworks": [
41       "Foundation",
42       "AVFoundation",
43       "SystemConfiguration"
44     ],
45     "exclude_files": "AudioPlayer/AudioPlayer/utils/MPNowPlayingInfoCenter+AudioItem.swift"
46   },
47   "pushed_with_swift_version": "3.0"