blob: 0be1b879f9e59610ae102326d365b57c1ccf86db [file] [log] [blame]
{
"name": "OpusKit",
"version": "1.0.1",
"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.1"
},
"source_files": "OpusKit/lib/*.{h,m,swift}",
"vendored_libraries": "OpusKit/lib/*.a",
"swift_version": "4.2"
}