blob: 3953299b000b3877def52179b982259db9270aab [file] [log] [blame]
{
"name": "SwiftySound",
"version": "0.1.1",
"summary": "Swifty Sound",
"description": "SwiftySound is a simple AVFoundation wrapper for iOS",
"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.1.1"
},
"source_files": "Classes/**/*.swift",
"frameworks": [
"Foundation",
"AVFoundation"
],
"pushed_with_swift_version": "3.0"
}