Skip to content

Commit 71a9c17

Browse files
committed
hot fix release v1.3.5
1 parent ee6fc76 commit 71a9c17

2 files changed

Lines changed: 2 additions & 17 deletions

File tree

VEditorKit.podspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'VEditorKit'
4-
s.version = '1.3.4'
4+
s.version = '1.3.5'
55
s.summary = 'Lightweight and Powerful Editor Kit'
66

77
s.description = 'Lightweight and Powerful Editor Kit built on Texture(AsyncDisplayKit)'
@@ -11,11 +11,9 @@ Pod::Spec.new do |s|
1111
s.source = { :git => 'https://github.com/Geektree0101/VEditorKit.git', :tag => s.version.to_s }
1212

1313
s.ios.deployment_target = '9.0'
14-
s.source_files = 'VEditorKit/Classes/**/*'
15-
s.public_header_files = ["VEditorKit/VEditorKit.h"]
14+
s.requires_arc = true
1615

1716
s.source_files = 'VEditorKit/**/*'
18-
s.requires_arc = true
1917
s.dependency 'Texture', '~> 2.7'
2018
s.dependency 'BonMot'
2119
s.dependency 'RxSwift'

VEditorKit/VEditorKit.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)