From fdaa78c444c700b7d2d205ce028a4645e061b4f8 Mon Sep 17 00:00:00 2001 From: Geektree0101 Date: Mon, 4 Mar 2019 15:48:46 +0900 Subject: [PATCH] Release v1.4.1 (Hot Fix version) --- VEditorKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VEditorKit.podspec b/VEditorKit.podspec index e9c8e9b..decaf5a 100644 --- a/VEditorKit.podspec +++ b/VEditorKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'VEditorKit' - s.version = '1.4.0' + s.version = '1.4.1' s.summary = 'Lightweight and Powerful Editor Kit' s.description = 'Lightweight and Powerful Editor Kit built on Texture(AsyncDisplayKit)' @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) AS_USE_VIDEO=1' } s.source_files = 'VEditorKit/**/*' - s.dependency 'Texture', '2.8' + s.dependency 'Texture', '~> 2.7' s.dependency 'BonMot' s.dependency 'RxSwift' s.dependency 'RxCocoa'