We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2107cd commit 79aafbbCopy full SHA for 79aafbb
1 file changed
react-native-executorch.podspec
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
s.authors = package["author"]
12
13
s.platforms = { :ios => min_ios_version_supported }
14
- s.source = { :git => "https://github.com/NorbertKlockiewicz/react-native-executorch.git", :tag => "#{s.version}" }
+ s.source = { :git => "https://github.com/software-mansion/react-native-executorch.git", :tag => "#{s.version}" }
15
16
s.ios.vendored_frameworks = "ios/ExecutorchLib.xcframework"
17
s.source_files = "ios/**/*.{h,m,mm}"
0 commit comments