From fca93dde1ec52db71d4f4ff4061206c2bd4416d6 Mon Sep 17 00:00:00 2001 From: Ceyhun Ozugur Date: Mon, 21 Jun 2021 18:38:29 +0200 Subject: [PATCH] Point podspec source to fork repo --- react-native-safe-area-context.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-safe-area-context.podspec b/react-native-safe-area-context.podspec index 5110e896..1ec74430 100644 --- a/react-native-safe-area-context.podspec +++ b/react-native-safe-area-context.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.homepage = package['homepage'] s.platforms = { :ios => "9.0", :tvos => "9.2" } - s.source = { :git => "https://github.com/th3rdwave/react-native-safe-area-context.git", :tag => "v#{s.version}" } + s.source = { :git => "https://github.com/wordpress-mobile/react-native-safe-area-context.git", :tag => "v#{s.version}" } s.source_files = "ios/**/*.{h,m}" s.dependency 'React-Core'