Skip to content

Commit

Permalink
Bump version to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Mar 25, 2020
1 parent 90866f6 commit 9d4bb2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -63,7 +63,7 @@ DEPENDENCIES:
- RxOptional

SPEC REPOS:
https://github.com/cocoapods/specs.git:
https://github.com/CocoaPods/Specs.git:
- Alamofire
- Differentiator
- PINCache
Expand All @@ -88,12 +88,12 @@ SPEC CHECKSUMS:
PINRemoteImage: d6d51c5d2adda55f1ce30c96e850b6c4ebd2856a
RxAlamofire: e7875a012aff55345672d0f70a2a9cd6aeb0f211
RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8
RxDataSources-Texture: 3606ddbd1b03773d02c8d03bda74fc5f171d6c0f
RxDataSources-Texture: 33aff0abc3bb137e041d4bda7df247ce03161257
RxOptional: 9904e2219d59260c3c171273d475b2126de187e8
RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18
RxSwift: 8b0671caa829a763bbce7271095859121cbd895f
Texture: 8ecf6984065a1e54f06bf97b349ecca28582acd7

PODFILE CHECKSUM: 55960a52eca44401f7df8ec6524ef7d4a4d70186

COCOAPODS: 1.7.3
COCOAPODS: 1.8.4
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RxDataSources-Texture.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d4bb2d

Please sign in to comment.