Skip to content

Commit

Permalink
sdkjfhs
Browse files Browse the repository at this point in the history
  • Loading branch information
GNUGradyn committed Jul 10, 2024
1 parent 43ad657 commit 71cd291
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
6 changes: 1 addition & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -961,12 +961,8 @@ PODS:
- glog
- React-debug
- react-native-google-auth (0.1.0):
- AppAuth (< 2.0, >= 1.7.3)
- AppCheckCore (< 11.0, >= 10.19.1)
- DoubleConversion
- glog
- GTMAppAuth (< 5.0, >= 4.1.1)
- GTMSessionFetcher/Core (~> 3.3)
- hermes-engine
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
Expand Down Expand Up @@ -1440,7 +1436,7 @@ SPEC CHECKSUMS:
React-jsitracing: 0fa7f78d8fdda794667cb2e6f19c874c1cf31d7e
React-logger: 29fa3e048f5f67fe396bc08af7606426d9bd7b5d
React-Mapbuffer: bf56147c9775491e53122a94c423ac201417e326
react-native-google-auth: 7f87015972e32121b7b11b968ecb1c3090ac2490
react-native-google-auth: 6056cb6567c68f3bbed622c68518ec608152bac2
React-nativeconfig: 9f223cd321823afdecf59ed00861ab2d69ee0fc1
React-NativeModulesApple: ff7efaff7098639db5631236cfd91d60abff04c0
React-perflogger: 32ed45d9cee02cf6639acae34251590dccd30994
Expand Down
10 changes: 0 additions & 10 deletions react-native-google-auth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,8 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/GNUGradyn/react-native-google-auth.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm,swift}", "GoogleSignIn-iOS/GoogleSignIn/Sources/**/*.{h,m,mm,swift}"

s.public_header_files = "GoogleSignIn-iOS/GoogleSignIn/Sources/Public/GoogleSignIn/*.h"
s.resource_bundle = {
'GoogleSignIn' => ['GoogleSignIn-iOS/GoogleSignIn/Sources/{Resources,Strings}/*']
}

# dependencies for GoogleSignIn pod. will be replaced when the fork we use is merged into Google's repo
s.dependency 'AppCheckCore', '>= 10.19.1', '< 11.0'

s.dependency 'AppAuth', '>= 1.7.3', '< 2.0'
s.dependency 'GTMAppAuth', '>= 4.1.1', '< 5.0'
s.dependency 'GTMSessionFetcher/Core', '~> 3.3'

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
Expand Down

0 comments on commit 71cd291

Please sign in to comment.