From 9d4bb2dce2d405fffc07097e4a4d5cf2de997096 Mon Sep 17 00:00:00 2001 From: OhKanghoon Date: Wed, 25 Mar 2020 13:02:07 +0900 Subject: [PATCH] Bump version to 1.2.6 --- Example/Podfile.lock | 8 ++++---- README.md | 8 ++------ RxDataSources-Texture.podspec | 2 +- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index b2475bf..db5a88c 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -24,7 +24,7 @@ PODS: - RxCocoa (5.0.0): - RxRelay (~> 5) - RxSwift (~> 5) - - RxDataSources-Texture (1.2.5): + - RxDataSources-Texture (1.2.6): - Differentiator (~> 4.0) - RxCocoa (~> 5.0) - RxSwift (~> 5.0) @@ -63,7 +63,7 @@ DEPENDENCIES: - RxOptional SPEC REPOS: - https://github.com/cocoapods/specs.git: + https://github.com/CocoaPods/Specs.git: - Alamofire - Differentiator - PINCache @@ -88,7 +88,7 @@ SPEC CHECKSUMS: PINRemoteImage: d6d51c5d2adda55f1ce30c96e850b6c4ebd2856a RxAlamofire: e7875a012aff55345672d0f70a2a9cd6aeb0f211 RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8 - RxDataSources-Texture: 3606ddbd1b03773d02c8d03bda74fc5f171d6c0f + RxDataSources-Texture: 33aff0abc3bb137e041d4bda7df247ce03161257 RxOptional: 9904e2219d59260c3c171273d475b2126de187e8 RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18 RxSwift: 8b0671caa829a763bbce7271095859121cbd895f @@ -96,4 +96,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 55960a52eca44401f7df8ec6524ef7d4a4d70186 -COCOAPODS: 1.7.3 +COCOAPODS: 1.8.4 diff --git a/README.md b/README.md index b232448..34ce003 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To run the example project, clone the repo, and run `pod install` from the Examp ## Requirements -- Swift 5 +- Swift 5.2 - [RxSwift](https://github.com/ReactiveX/RxSwift) (~> 5.0) - [RxCocoa](https://github.com/ReactiveX/RxSwift/tree/master/RxCocoa) (~> 5.0) - Differentiator (~> 4.0) @@ -45,11 +45,7 @@ RxDataSources-Texture is available through [CocoaPods](https://cocoapods.org). T it, simply add the following line to your Podfile: ```ruby -# Swift 5 -pod 'RxDataSources-Texture', '~> 1.2.5' - -# Swift 4.2 -pod 'RxDataSources-Texture', '~> 1.1.5' +pod 'RxDataSources-Texture', '~> 1.2.6' ``` ## Author diff --git a/RxDataSources-Texture.podspec b/RxDataSources-Texture.podspec index 94570a6..e0189a1 100644 --- a/RxDataSources-Texture.podspec +++ b/RxDataSources-Texture.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'RxDataSources-Texture' - s.version = '1.2.5' + s.version = '1.2.6' s.summary = 'RxDataSources With Texture' s.description = <<-DESC This is a collection of reactive data sources for ASTableNode and ASCollectionNode