blob: 37cf079796ef093c751b9a6ac0c02f71e4859f4a [file] [log] [blame]
{
"name": "SwiftySoundRecorder",
"version": "0.0.6",
"summary": "A Swift ySound Recorder with Sound Wave Views.",
"homepage": "https://github.com/rcholic/SwiftySoundRecorder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rcholic": "ivytony@gmail.com"
},
"source": {
"git": "https://github.com/rcholic/SwiftySoundRecorder.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"resource_bundles": {
"SwiftySoundRecorder": [
"Images/*.{png}"
]
},
"frameworks": [
"UIKit",
"AVFoundation"
],
"dependencies": {
"SnapKit": [
"~> 0.22.0"
],
"SCSiriWaveformView": [
"~> 1.0.3"
],
"FDWaveformViewForked": [
"~> 0.5.0"
]
}
}