Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Jul 17, 2020
1 parent 4b438bf commit fca03b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ To run the example project, clone the repo, and run `pod install` from the Examp
- [RxSwift](https://github.com/ReactiveX/RxSwift) (~> 5.0)
- [RxCocoa](https://github.com/ReactiveX/RxSwift/tree/master/RxCocoa) (~> 5.0)
- Differentiator (~> 4.0)
- [Texture](https://github.com/TextureGroup/Texture) (>= 2.7)
- [Texture](https://github.com/TextureGroup/Texture) (~> 3.0)

## Installation

RxDataSources-Texture is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'RxDataSources-Texture', '~> 1.2.8'
pod 'RxDataSources-Texture', '~> 1.3'
```

## Development
Expand Down
8 changes: 4 additions & 4 deletions RxDataSources-Texture.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'OhKanghoon' => '[email protected]' }
s.source = { :git => 'https://github.com/OhKanghoon/RxDataSources-Texture.git', :tag => s.version.to_s }

s.ios.deployment_target = '9.0'
s.requires_arc = true
s.swift_version = '5.0'

s.source_files = 'Sources/**/*.{swift,h,m}'

s.dependency 'RxSwift', '~> 5.0'
s.dependency 'RxCocoa', '~> 5.0'
s.dependency 'Differentiator', '~> 4.0'
s.dependency 'Texture', '>= 2.7'
s.dependency 'Texture', '~> 3.0'
end

0 comments on commit fca03b3

Please sign in to comment.