blob: 97dcc530abe8e7a93c1ed75fd0036e6e7fa1a1ef [file] [log] [blame]
{
"name": "OpusRecorder",
"version": "1.0",
"summary": "A voice recorder that encodes audio using opus codec.",
"homepage": "https://github.com/obaskanderi/OpusRecorder",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"obaskanderi": "omairb@gmail.com"
},
"source": {
"git": "https://github.com/obaskanderi/OpusRecorder.git",
"tag": "1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "OpusRecorder/Classes/**/*",
"dependencies": {
"opus-ios": [
"~> 1.1.3"
],
"ogg-ios": [
"~> 1.3.2"
]
},
"pushed_with_swift_version": "3.0"
}