blob: c0da09174da1375c8675bc4372827e3f5f61bf1c [file] [log] [blame]
{
"name": "SwiftySound",
"version": "0.2.1",
"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": "MIT",
"authors": {
"Adam Cichy": "adam@moonlightapps.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/adamcichy/SwiftySound.git",
"tag": "0.2.1"
},
"source_files": "Classes/**/*.swift",
"frameworks": [
"Foundation",
"AVFoundation"
],
"pushed_with_swift_version": "3.0"
}