[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 6 / 8 / 4 / OpusRecorder / 1.0 / OpusRecorder.podspec.json
blob97dcc530abe8e7a93c1ed75fd0036e6e7fa1a1ef
2   "name": "OpusRecorder",
3   "version": "1.0",
4   "summary": "A voice recorder that encodes audio using opus codec.",
5   "homepage": "https://github.com/obaskanderi/OpusRecorder",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "obaskanderi": "omairb@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/obaskanderi/OpusRecorder.git",
15     "tag": "1.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "OpusRecorder/Classes/**/*",
21   "dependencies": {
22     "opus-ios": [
23       "~> 1.1.3"
24     ],
25     "ogg-ios": [
26       "~> 1.3.2"
27     ]
28   },
29   "pushed_with_swift_version": "3.0"