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'