Skip to content

Commit

Permalink
hot fix release v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekTree0101 committed Jan 22, 2019
1 parent ee6fc76 commit 71a9c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
6 changes: 2 additions & 4 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.3.4'
s.version = '1.3.5'
s.summary = 'Lightweight and Powerful Editor Kit'

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

s.ios.deployment_target = '9.0'
s.source_files = 'VEditorKit/Classes/**/*'
s.public_header_files = ["VEditorKit/VEditorKit.h"]
s.requires_arc = true

s.source_files = 'VEditorKit/**/*'
s.requires_arc = true
s.dependency 'Texture', '~> 2.7'
s.dependency 'BonMot'
s.dependency 'RxSwift'
Expand Down
13 changes: 0 additions & 13 deletions VEditorKit/VEditorKit.h

This file was deleted.

0 comments on commit 71a9c17

Please sign in to comment.