blob: 29b7989225027ddf4d5ee5e807fff835cb7b47f1 [file] [log] [blame]
{
"name": "Cephalopod",
"version": "4.0.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/evgenyneu/Cephalopod",
"summary": "A sound fader for AVAudioPlayer written in Swift.",
"description": "This library can help fading sounds in and out with AvAudioPlayer. One can set duration and velocity of the fade. Velocity can vary from linear to exponential.",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/evgenyneu/Cephalopod.git",
"tag": "4.0.0"
},
"screenshots": "https://github.com/evgenyneu/Cephalopod/raw/master/graphics/cephalopod_logo.png",
"source_files": "Cephalopod/**/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"swift_versions": [
"4.2",
"5.0"
]
}