Skip to content

Commit 436fdf2

Browse files
committed
fix: use github for pod source
1 parent 8992e2d commit 436fdf2

File tree

1 file changed

+2
-1
lines changed
  • packages/canvas/platforms/ios

1 file changed

+2
-1
lines changed

packages/canvas/platforms/ios/Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use_frameworks!
22
platform :ios, '11.0'
3-
pod 'CanvasNative' , '~> 0.9.19'
3+
#pod 'CanvasNative' , '~> 0.9.19'
4+
pod 'CanvasNative', :git => 'https://github.com/NativeScript/canvas.git', :tag => '0.9.21'
45
#pod 'CanvasNative', :path => "$(SRCROOT)/../../../../../"
56

67

0 commit comments

Comments
 (0)