blob: 190524ce96e690ae612b45b5f7543a864ca49e86 [file] [log] [blame]
{
"name": "SwiftySound",
"version": "0.5.0",
"summary": "SwiftySound lets you play sounds with a single line of code.",
"homepage": "https://github.com/adamcichy/SwiftySound",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Cichy": "adam@moonlightapps.com"
},
"social_media_url": "https://www.facebook.com/Moonlight-Apps-146257068893019/",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/adamcichy/SwiftySound.git",
"tag": "0.5.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"Foundation",
"AVFoundation"
],
"pushed_with_swift_version": "3.0"
}