Skip to content

Commit

Permalink
Merge pull request #38 from moneykit/feature/update-moneykit-ios-sdk-…
Browse files Browse the repository at this point in the history
…to-1.7.1

Update iOS SDK to 1.7.1
  • Loading branch information
weslindsay authored May 13, 2024
2 parents 9ec97c0 + addb7e3 commit b58d59b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- boost (1.76.0)
- Connect (1.10.0):
- Connect (1.10.1):
- ExpoModulesCore
- MoneyKit (~> 1.7.0)
- MoneyKit (~> 1.7.1)
- DoubleConversion (1.1.6)
- EXApplication (5.3.1):
- ExpoModulesCore
Expand Down Expand Up @@ -99,7 +99,7 @@ PODS:
- hermes-engine/Pre-built (= 0.72.6)
- hermes-engine/Pre-built (0.72.6)
- libevent (2.1.12)
- MoneyKit (1.7.0)
- MoneyKit (1.7.1)
- RCT-Folly (2021.07.22.00):
- boost
- DoubleConversion
Expand Down Expand Up @@ -694,7 +694,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
Connect: 21593a4ece0143863be7359fa45bd4040bab635a
Connect: 2169fe34bfc80b8c8d440b81d1325706bb56f6a2
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
EXApplication: 042aa2e3f05258a16962ea1a9914bf288db9c9a1
EXConstants: ce5bbea779da8031ac818c36bea41b10e14d04e1
Expand All @@ -717,7 +717,7 @@ SPEC CHECKSUMS:
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 8057e75cfc1437b178ac86c8654b24e7fead7f60
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
MoneyKit: 722e45bcbefd70a507618cd09203680b3a7368dc
MoneyKit: 694b92c0ae46dbfe244270f7924683fe8367039a
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: 28469809442eb4eb5528462705f7d852948c8a74
RCTTypeSafety: e9c6c409fca2cc584e5b086862d562540cb38d29
Expand Down
2 changes: 1 addition & 1 deletion ios/Connect.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.static_framework = true

s.dependency 'ExpoModulesCore'
s.dependency 'MoneyKit', '~> 1.7.0'
s.dependency 'MoneyKit', '~> 1.7.1'

# Swift/Objective-C compatibility
s.pod_target_xcconfig = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moneykit/connect-react-native",
"version": "1.10.0",
"version": "1.10.1",
"description": "MoneyKit Connect is a quick and secure way to link bank accounts from within your app. The drop-in framework handles connecting to a financial institution in your app (credential validation, multi-factor authentication, error handling, etc.) without passing sensitive information to your server",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit b58d59b

Please sign in to comment.