blob: ee843c32a65ab859088de7924dad0b512be19a5e [file] [log] [blame]
{
"name": "MLAudioPlayer",
"version": "1.0.4",
"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.0.4"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "AVFoundation"
}
]
}