blob: d7ad6043f84d1f1417c7e159f129f3f68b2d09db [file] [log] [blame]
{
"name": "Soundable",
"version": "1.1.0",
"summary": "Playing sounds in your Swift applications and games never was that easy",
"description": "Soundable is a tiny library that uses `AVFoundation` to manage the playing of sounds in iOS applications in a simple and easy way. You can play single audios, in sequence and in paralel, all is handled by the Soundable library and all they have completion closures when playing finishes.",
"homepage": "https://github.com/thxou/Soundable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"thxou": "yo@thxou.com"
},
"source": {
"git": "https://github.com/thxou/Soundable.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/thxou",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Source/*.swift"
}