File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::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'
Original file line number Diff line number Diff line change 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[];
You can’t perform that action at this time.
0 commit comments