Skip to content

Commit 3315297

Browse files
0.7.3
1 parent 6502cad commit 3315297

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed

YbridOgg.podspec

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,51 @@
55
#
66
Pod::Spec.new do |s|
77
s.name = 'YbridOgg'
8-
s.version = '0.7.2'
8+
s.version = '0.7.3'
99
s.summary = 'Ogg xcframework for iOS and macOS.'
1010
s.description = <<-DESC
1111
XCFramework to use Ogg transport layer API within Swift source.
1212
It runs on iOS devices, iOS simulators and macOS.
1313
DESC
1414
s.homepage = 'https://github.com/ybrid/ogg-swift'
1515
s.license = { :type => 'MIT', :text => <<-LICENSE
16-
Copyright (c) 2021 nacamar GmbH - Ybrid®, a Hybrid Dynamic Live Audio Technology
16+
MIT License
17+
18+
Copyright (c) 2021 Ybrid®, a Hybrid Dynamic Live Audio Technology
19+
20+
Permission is hereby granted, free of charge, to any person obtaining a copy
21+
of this software and associated documentation files (the "Software"), to deal
22+
in the Software without restriction, including without limitation the rights
23+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24+
copies of the Software, and to permit persons to whom the Software is
25+
furnished to do so, subject to the following conditions:
26+
27+
The above copyright notice and this permission notice shall be included in all
28+
copies or substantial portions of the Software.
29+
30+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36+
SOFTWARE.
37+
38+
# 3rd party licenses
39+
## ogg
40+
This project makes use of the sources for ogg from [xiph.org/downloads](https://xiph.org/downloads/).
41+
Ogg is licensed under the [New BSD License](https://wiki.xiph.org/XiphWiki:Copyrights).
42+
43+
Copyright (c) 2002, Xiph.org Foundation
44+
45+
The New BSD License states that:
46+
47+
Redistribution and use in source and binary forms [of this work], with or without modification, are permitted provided that the following conditions are met:
48+
Redistributions of source code must retain the copyright notice, this list of conditions, and the following disclaimer.
49+
Redistributions in binary form must reproduce the copyright notice, this list of conditions, and the following disclaimer in the documentation, and/or other materials provided with the distribution.
50+
Neither the name of the Xiph.Org Foundation nor the names of its contributors may be used to endorse or promote products derived from this work without specific prior written permission.
51+
THIS WORK IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS WORK, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
52+
1753
LICENSE
1854
}
1955
s.author = { 'Florian Nowotny' => '[email protected]' }

0 commit comments

Comments
 (0)