Skip to content

Commit

Permalink
Merge pull request #54 from GeekTree0101/feature/migration-texture-2.8
Browse files Browse the repository at this point in the history
Migration Texture2.8
  • Loading branch information
GeekTree0101 authored Feb 19, 2019
2 parents 8a14d93 + 4dc5e15 commit 7d95004
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inhibit_all_warnings!

target 'VEditorKit_Example' do
pod 'VEditorKit', :path => '../'
pod 'Texture', '2.7'
pod 'Texture', '2.8'
pod 'RxSwift'
pod 'RxCocoa'

Expand Down
6 changes: 6 additions & 0 deletions Example/VEditorKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
"AS_USE_VIDEO=1",
);
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand All @@ -722,6 +723,11 @@
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
"COCOAPODS=1",
"AS_USE_VIDEO=1",
);
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
Expand Down
7 changes: 4 additions & 3 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.8'
s.version = '1.4.0'
s.summary = 'Lightweight and Powerful Editor Kit'

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

s.ios.deployment_target = '9.0'
s.requires_arc = true

s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) AS_USE_VIDEO=1' }

s.source_files = 'VEditorKit/**/*'
s.dependency 'Texture', '~> 2.7'
s.dependency 'Texture', '2.8'
s.dependency 'BonMot'
s.dependency 'RxSwift'
s.dependency 'RxCocoa'
Expand Down

0 comments on commit 7d95004

Please sign in to comment.