From fca03b3c288ce68028d9375fe489e7d3b1ee214e Mon Sep 17 00:00:00 2001 From: OhKanghoon Date: Fri, 17 Jul 2020 19:43:48 +0900 Subject: [PATCH] Bump version to 1.3.0 --- README.md | 4 ++-- RxDataSources-Texture.podspec | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b8e87d9..0f2432a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ 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 @@ -46,7 +46,7 @@ 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.8' +pod 'RxDataSources-Texture', '~> 1.3' ``` ## Development diff --git a/RxDataSources-Texture.podspec b/RxDataSources-Texture.podspec index d713c9f..90108f3 100644 --- a/RxDataSources-Texture.podspec +++ b/RxDataSources-Texture.podspec @@ -17,15 +17,15 @@ Pod::Spec.new do |s| s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'OhKanghoon' => 'ggaa96@naver.com' } 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