Skip to content

Commit

Permalink
Support header file & relase v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekTree0101 committed Jan 22, 2019
1 parent d7421e7 commit ee6fc76
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
7 changes: 5 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.3.3'
s.version = '1.3.4'
s.summary = 'Lightweight and Powerful Editor Kit'

s.description = 'Lightweight and Powerful Editor Kit built on Texture(AsyncDisplayKit)'
Expand All @@ -12,7 +12,10 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '9.0'
s.source_files = 'VEditorKit/Classes/**/*'

s.public_header_files = ["VEditorKit/VEditorKit.h"]

s.source_files = 'VEditorKit/**/*'
s.requires_arc = true
s.dependency 'Texture', '~> 2.7'
s.dependency 'BonMot'
s.dependency 'RxSwift'
Expand Down
13 changes: 13 additions & 0 deletions VEditorKit/VEditorKit.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//
// VEditorKit.h
// VEditorKit
//
// Created by Geektree0101 on 01/02/19.
// Copyright © 2019 Geektree0101. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>

FOUNDATION_EXPORT double VEditorKitVersionNumber;
FOUNDATION_EXPORT const unsigned char VEditorKitVersionString[];

0 comments on commit ee6fc76

Please sign in to comment.