blob: b19ff05093ee270084a34ae5a7f4837147705a05 [file] [log] [blame]
{
"name": "OpusKit",
"version": "1.0.0",
"summary": "OpusKit is a simple way to use the opus decode and encode functions from swift.",
"homepage": "https://github.com/robertveringa89/OpusKit",
"license": "MIT",
"authors": "Robert Veringa",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/robertveringa89/OpusKit.git",
"tag": "1.0.0"
},
"source_files": "OpusKit/lib/*.{h,m,swift}",
"vendored_libraries": "OpusKit/lib/*.a",
"swift_version": "4.2"
}