Skip to content

Commit

Permalink
Release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed May 28, 2019
1 parent eb05bb7 commit 64236df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 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.1):
- RxDataSources-Texture (1.2.2):
- Differentiator (~> 4.0)
- RxCocoa (~> 5.0)
- RxSwift (~> 5.0)
Expand Down Expand Up @@ -88,7 +88,7 @@ SPEC CHECKSUMS:
PINRemoteImage: d6d51c5d2adda55f1ce30c96e850b6c4ebd2856a
RxAlamofire: e7875a012aff55345672d0f70a2a9cd6aeb0f211
RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8
RxDataSources-Texture: eac7a5454555235619bfa7936c2db117e5bda309
RxDataSources-Texture: 715ea030557aa6a3103d31e2abf4e25e25a19987
RxOptional: 9904e2219d59260c3c171273d475b2126de187e8
RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18
RxSwift: 8b0671caa829a763bbce7271095859121cbd895f
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ RxDataSources-Texture is available through [CocoaPods](https://cocoapods.org). T
it, simply add the following line to your Podfile:

```ruby
pod 'RxDataSources-Texture', '~> 1.2.1'
# Swift 5
pod 'RxDataSources-Texture', '~> 1.2.2'

# Swift 4.2
pod 'RxDataSources-Texture', '~> 1.1.3'
```

## 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.1'
s.version = '1.2.2'
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 64236df

Please sign in to comment.