Skip to content

Commit

Permalink
Change pod name
Browse files Browse the repository at this point in the history
  • Loading branch information
jakmro committed Dec 10, 2024
1 parent 2c0d54f commit 2219d11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# opencv2-rne
# opencv-rne
8 changes: 4 additions & 4 deletions opencv2-rne.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "opencv2-rne"
s.name = "opencv-rne"
s.version = "0.1.0"
s.summary = "OpenCV2 for iOS, compatible with react-native-executorch."
s.homepage = "https://github.com/software-mansion-labs/opencv2-rne.git"
s.summary = "OpenCV for iOS, compatible with react-native-executorch."
s.homepage = "https://github.com/software-mansion-labs/opencv-rne.git"
s.authors = { "Jakub Mroz" => "[email protected]" }
s.license = { :type => 'Apache License 2.0', :file => 'LICENSE' }
s.source = {
:git => "https://github.com/software-mansion-labs/opencv2-rne.git",
:git => "https://github.com/software-mansion-labs/opencv-rne.git",
:tag => "#{s.version}"
}
s.platform = :ios
Expand Down

0 comments on commit 2219d11

Please sign in to comment.