blob: c69245947567a0d83c6452f9a7881b078bf581e3 [file] [log] [blame]
{
"name": "KDEAudioPlayer",
"version": "0.2.5",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/delannoyk/AudioPlayer",
"authors": {
"Kevin Delannoy": "delannoyk@gmail.com"
},
"summary": "AudioPlayer is a wrapper around AVPlayer and also offers cool features.",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/delannoyk/AudioPlayer.git",
"tag": "0.2.5"
},
"source_files": "AudioPlayer/**/*.swift",
"frameworks": [
"UIKit",
"AVFoundation",
"MediaPlayer",
"SystemConfiguration"
],
"dependencies": {
"ReachabilitySwift": [
"~> 1.1"
]
},
"requires_arc": true
}