Skip to content

Commit ee6fc76

Browse files
committed
Support header file & relase v1.3.4
1 parent d7421e7 commit ee6fc76

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

VEditorKit.podspec

Lines changed: 5 additions & 2 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.3'
4+
s.version = '1.3.4'
55
s.summary = 'Lightweight and Powerful Editor Kit'
66

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

1313
s.ios.deployment_target = '9.0'
1414
s.source_files = 'VEditorKit/Classes/**/*'
15-
15+
s.public_header_files = ["VEditorKit/VEditorKit.h"]
16+
17+
s.source_files = 'VEditorKit/**/*'
18+
s.requires_arc = true
1619
s.dependency 'Texture', '~> 2.7'
1720
s.dependency 'BonMot'
1821
s.dependency 'RxSwift'

VEditorKit/VEditorKit.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// VEditorKit.h
3+
// VEditorKit
4+
//
5+
// Created by Geektree0101 on 01/02/19.
6+
// Copyright © 2019 Geektree0101. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
#import <Foundation/Foundation.h>
11+
12+
FOUNDATION_EXPORT double VEditorKitVersionNumber;
13+
FOUNDATION_EXPORT const unsigned char VEditorKitVersionString[];

0 commit comments

Comments
 (0)