-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to Swift 5.3, Xcode 12.4,
RxSwift
& RxCocoa
to 6.1.0
- Loading branch information
Vlad Khambir
committed
Mar 11, 2021
1 parent
e0fa3da
commit bd40d55
Showing
9 changed files
with
51 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Example/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.platform = :ios | ||
s.ios.deployment_target = '10.0' | ||
s.ios.deployment_target = '12.0' | ||
s.name = "RxLocalizer" | ||
s.summary = "RxLocalizer allows you to localize your app with RxSwift." | ||
s.requires_arc = true | ||
s.version = "1.5.0" | ||
s.version = "1.6.0" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.author = { "Vladislav Khambir" => "[email protected]" } | ||
s.homepage = "https://github.com/RxSwiftCommunity/RxLocalizer" | ||
s.source = { :git => "https://github.com/RxSwiftCommunity/RxLocalizer.git", :tag => "#{s.version}" } | ||
s.dependency 'RxSwift', '~> 5.1.1' | ||
s.dependency 'RxCocoa', '~> 5.1.1' | ||
s.dependency 'RxSwift', '~> 6.1.0' | ||
s.dependency 'RxCocoa', '~> 6.1.0' | ||
s.source_files = 'Source/*.swift' | ||
s.swift_version = "5.0.0" | ||
s.swift_version = "5.3.3" | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters