blob: 7235cf446084bd660d9e08068c9f6fb5cf9e218b [file] [log] [blame]
{
"name": "SwiftySound",
"version": "1.2.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.2.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"Foundation",
"AVFoundation"
],
"swift_versions": "5.1",
"swift_version": "5.1"
}