We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ad2bc commit fdaa78cCopy full SHA for fdaa78c
1 file changed
VEditorKit.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = 'VEditorKit'
4
- s.version = '1.4.0'
+ s.version = '1.4.1'
5
s.summary = 'Lightweight and Powerful Editor Kit'
6
7
s.description = 'Lightweight and Powerful Editor Kit built on Texture(AsyncDisplayKit)'
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) AS_USE_VIDEO=1' }
16
17
s.source_files = 'VEditorKit/**/*'
18
- s.dependency 'Texture', '2.8'
+ s.dependency 'Texture', '~> 2.7'
19
s.dependency 'BonMot'
20
s.dependency 'RxSwift'
21
s.dependency 'RxCocoa'
0 commit comments