Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Point podspec source to fork repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhun authored Jun 21, 2021
1 parent 6a5f76e commit fca93dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-safe-area-context.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fca93dd

Please sign in to comment.