We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8992e2d commit 436fdf2Copy full SHA for 436fdf2
packages/canvas/platforms/ios/Podfile
@@ -1,6 +1,7 @@
1
use_frameworks!
2
platform :ios, '11.0'
3
-pod 'CanvasNative' , '~> 0.9.19'
+#pod 'CanvasNative' , '~> 0.9.19'
4
+pod 'CanvasNative', :git => 'https://github.com/NativeScript/canvas.git', :tag => '0.9.21'
5
#pod 'CanvasNative', :path => "$(SRCROOT)/../../../../../"
6
7
0 commit comments