| { |
| "name": "OpusKit", |
| "version": "0.0.2", |
| "summary": "Opus decode and encode functions from swift.", |
| "description": "OpusKit is a simple way to use the opus decode and encode functions from swift.", |
| "homepage": "https://github.com/robertveringa89/OpusKit", |
| "license": { |
| "type": "public domain", |
| "text": "Public Domain License\nThe OpusKit project is in the public domain.\n" |
| }, |
| "authors": "Robert Veringa", |
| "platforms": { |
| "ios": "12.0" |
| }, |
| "source": { |
| "git": "https://github.com/robertveringa89/OpusKit.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "OpusKit/lib/*.{h,m,swift}", |
| "swift_version": "4.2" |
| } |