We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6fc76 commit 71a9c17Copy full SHA for 71a9c17
2 files changed
VEditorKit.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = 'VEditorKit'
4
- s.version = '1.3.4'
+ s.version = '1.3.5'
5
s.summary = 'Lightweight and Powerful Editor Kit'
6
7
s.description = 'Lightweight and Powerful Editor Kit built on Texture(AsyncDisplayKit)'
@@ -11,11 +11,9 @@ Pod::Spec.new do |s|
11
s.source = { :git => 'https://github.com/Geektree0101/VEditorKit.git', :tag => s.version.to_s }
12
13
s.ios.deployment_target = '9.0'
14
- s.source_files = 'VEditorKit/Classes/**/*'
15
- s.public_header_files = ["VEditorKit/VEditorKit.h"]
+ s.requires_arc = true
16
17
s.source_files = 'VEditorKit/**/*'
18
- s.requires_arc = true
19
s.dependency 'Texture', '~> 2.7'
20
s.dependency 'BonMot'
21
s.dependency 'RxSwift'
VEditorKit/VEditorKit.h
0 commit comments