Skip to content

Commit

Permalink
Merge tag '2.5.0' into develop
Browse files Browse the repository at this point in the history
no message
  • Loading branch information
SUZUKI Tetsuya committed Sep 30, 2019
2 parents 9f5e1e9 + a645844 commit 4531769
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
- FIX
- バグ修正

## 2.5.0

### CHANGE

- システム条件を更新した

- Xcode 11

- Swift 5.1

## 2.4.1

### CHANGE
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Sora iOS SDK に対する有償のサポートについては現在提供して
- iOS 10.0 以降
- アーキテクチャ arm64, x86_64 (シミュレーターの動作は未保証)
- macOS 10.14.4 以降
- Xcode 10.3
- Swift 5.0
- Xcode 11.0
- Swift 5.1
- Carthage 0.33.0 以降、または CocoaPods 1.6.1 以降
- WebRTC SFU Sora 19.04.0 以降

Expand Down
4 changes: 2 additions & 2 deletions Sora.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Sora"
s.version = "2.4.0"
s.version = "2.5.0"
s.summary = "Sora iOS SDK"
s.description = <<-DESC
A library to develop Sora client applications.
Expand All @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
s.source_files = "Carthage/Build/iOS/Sora.framework/Headers/*.h"
s.frameworks = "SocketRocket"
s.vendored_frameworks = "Carthage/Build/iOS/Sora.framework"
s.dependency "WebRTC", "76.3.0"
s.dependency "WebRTC", "76.3.1"
s.dependency "SocketRocket", "0.5.1"
end
2 changes: 1 addition & 1 deletion Sora/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.4.1</string>
<string>2.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 4531769

Please sign in to comment.