blob: 235cd7dceb2837fb8a6d310580ff39254c797918 [file] [log] [blame]
{
"name": "SwiftySound",
"version": "0.3.0",
"summary": "Swifty Sound is a simple library that 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.3.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"Foundation",
"AVFoundation"
],
"pushed_with_swift_version": "3.0"
}