blob: 28f893a421b0bf155f2ec8bc530e907e93506043 [file] [log] [blame]
{
"name": "SwiftySound",
"version": "1.1.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": "1.1.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"Foundation",
"AVFoundation"
],
"swift_version": "5.0"
}