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 f95d9cd commit 2f618d3Copy full SHA for 2f618d3
SCNRecorder.podspec
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
6
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
7
s.author = { 'Vladislav Grigoryev' => '[email protected]' }
8
s.platform = :ios, '12.0'
9
- s.source = { :git => 'https://github.com/gorastudio/SCNRecorder.git', :tag => s.version.to_s }
+ s.source = { :git => 'https://github.com/gorastudio-ceo/SCNRecorder.git', :tag => s.version.to_s }
10
s.module_name = 'SCNRecorder'
11
s.swift_version = '5.0'
12
s.source_files = 'Sources/**/*.{swift}'
0 commit comments