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 918b583 commit 61c9252Copy full SHA for 61c9252
packages/canvas/platforms/ios/Podfile
@@ -1,6 +1,6 @@
1
use_frameworks!
2
platform :ios, '11.0'
3
-pod 'CanvasNative' , '~> 1.0.alpha.0'
+#pod 'CanvasNative' , '~> 1.0.0.alpha.0'
4
#pod 'CanvasNative', :path => "$(SRCROOT)/../../../../../"
5
-
+pod 'CanvasNative', :git => 'https://github.com/NativeScript/canvas.git', :tag => '1.0.0-alpha.0'
6
0 commit comments