blob: d821e8f1d3a92e3fa9caa724f98923b74a840555 [file] [log] [blame]
{
"name": "MLAudioPlayer",
"version": "1.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "AudioPlayer for Swift projects",
"homepage": "http://micheltlutz.me",
"social_media_url": "https://twitter.com/michel_lutz",
"authors": {
"Michel Anderson Lutz Teixeira": "michel_lutz@icloud.com"
},
"source": {
"git": "https://github.com/micheltlutz/MLAudioPlayer.git",
"tag": "v1.1.1"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "AVFoundation"
}
]
}