Skip to content

Commit

Permalink
Update to RxSwift 6
Browse files Browse the repository at this point in the history
  • Loading branch information
lm2343635 committed Jun 5, 2022
1 parent 14fa65a commit ee8e0bc
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ DerivedData

# Pod
Example/MGKeyboardAccessory.xcworkspace/
Example/Podfile.lock
Example/Pods/

# Bundler
Expand Down
34 changes: 34 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
PODS:
- MGKeyboardAccessory/Core (0.7)
- MGKeyboardAccessory/Rx (0.7):
- MGKeyboardAccessory/Core (~> 0)
- RxCocoa (~> 6)
- RxCocoa (6.5.0):
- RxRelay (= 6.5.0)
- RxSwift (= 6.5.0)
- RxRelay (6.5.0):
- RxSwift (= 6.5.0)
- RxSwift (6.5.0)

DEPENDENCIES:
- MGKeyboardAccessory/Rx (from `../`)

SPEC REPOS:
trunk:
- RxCocoa
- RxRelay
- RxSwift

EXTERNAL SOURCES:
MGKeyboardAccessory:
:path: "../"

SPEC CHECKSUMS:
MGKeyboardAccessory: 91ca768e22794a64871e68ce264509a0d1ef2a06
RxCocoa: 94f817b71c07517321eb4f9ad299112ca8af743b
RxRelay: 1de1523e604c72b6c68feadedd1af3b1b4d0ecbd
RxSwift: 5710a9e6b17f3c3d6e40d6e559b9fa1e813b2ef8

PODFILE CHECKSUM: acd85a5db5bda843f116c2d42c7fe9e323505be4

COCOAPODS: 1.11.3
4 changes: 2 additions & 2 deletions MGKeyboardAccessory.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'MGKeyboardAccessory'
s.version = '0.6.1'
s.version = '0.7'
s.summary = 'A keyboard accessory to input special characters.'

s.description = <<-DESC
Expand Down Expand Up @@ -36,7 +36,7 @@ MGKeyboardAccessory is a keyboard accessory to input special characters in UITex

s.subspec 'Rx' do |rx|
rx.dependency 'MGKeyboardAccessory/Core', '~> 0'
rx.dependency 'RxCocoa', '~> 5.0'
rx.dependency 'RxCocoa', '~> 6'
rx.source_files = 'MGKeyboardAccessory/Classes/Rx/**/*'
end

Expand Down

0 comments on commit ee8e0bc

Please sign in to comment.