Skip to content

Commit 37f6f2f

Browse files
committed
chore(canvas): clean up & bump
1 parent aa057a8 commit 37f6f2f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/canvas/platforms/ios/Podfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
use_frameworks!
2-
platform :ios, '10.0'
3-
pod 'CanvasNative' , '~> 0.9.1'
4-
#pod 'CanvasNative', :git => 'https://github.com/nativescript/canvas.git', :tag => '0.9.0'
5-
#pod 'CanvasNative', :git => 'https://github.com/nativescript/canvas.git'
2+
platform :ios, '11.0'
3+
pod 'CanvasNative' , '~> 0.9.2'
64
#pod 'CanvasNative', :path => "$(SRCROOT)/../../../../../"
75

86

0 commit comments

Comments
 (0)