Skip to content

Commit

Permalink
chore: change source URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 authored May 13, 2024
1 parent e32774d commit d253ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-jsi-udp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.authors = package["author"]

s.platforms = { :ios => "11.0", :tvos => "11.0" }
s.source = { :git => "https://github.com/hans00/react-native-jsi-udp.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/mybigday/react-native-jsi-udp.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm}", "cpp/**/*.{h,cpp}"

Expand Down

0 comments on commit d253ef7

Please sign in to comment.