Skip to content

Commit 1ebaf68

Browse files
authored
chore: change the source in podspec (#188)
Change the pod source in podspec to Software Mansion repo.
1 parent b907f00 commit 1ebaf68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-executorch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.authors = package["author"]
1212

1313
s.platforms = { :ios => min_ios_version_supported }
14-
s.source = { :git => "https://github.com/NorbertKlockiewicz/react-native-executorch.git", :tag => "#{s.version}" }
14+
s.source = { :git => "https://github.com/software-mansion/react-native-executorch.git", :tag => "#{s.version}" }
1515

1616
s.ios.vendored_frameworks = "ios/ExecutorchLib.xcframework"
1717
s.source_files = "ios/**/*.{h,m,mm}"

0 commit comments

Comments
 (0)