Skip to content

Commit

Permalink
Release v1.4.1 (Hot Fix version)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekTree0101 committed Mar 4, 2019
1 parent e1ad2bc commit fdaa78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VEditorKit.podspec
Original file line number Diff line number Diff line change
@@ -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)'
Expand All @@ -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'
Expand Down

0 comments on commit fdaa78c

Please sign in to comment.