blob: 177e0b0b11b9a19f559b8187666657b0e37a18d5 [file] [log] [blame]
{
"name": "Cephalopod",
"version": "1.0.1",
"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": "1.0.1"
},
"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"
}
}