blob: 896cf7806518093a39703fe7f5fa2ed4fd4ea8c6 [file] [log] [blame]
{
"name": "Cephalopod",
"version": "2.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": "2.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"
}
}