Skip to content

Commit 2f618d3

Browse files
committed
Fix link to git repo.
1 parent f95d9cd commit 2f618d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SCNRecorder.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
77
s.author = { 'Vladislav Grigoryev' => '[email protected]' }
88
s.platform = :ios, '12.0'
9-
s.source = { :git => 'https://github.com/gorastudio/SCNRecorder.git', :tag => s.version.to_s }
9+
s.source = { :git => 'https://github.com/gorastudio-ceo/SCNRecorder.git', :tag => s.version.to_s }
1010
s.module_name = 'SCNRecorder'
1111
s.swift_version = '5.0'
1212
s.source_files = 'Sources/**/*.{swift}'

0 commit comments

Comments
 (0)