Skip to content

Commit

Permalink
Merge pull request #29 from credify-pte-ltd/gioanle/update-ios-sdk-0.4.1
Browse files Browse the repository at this point in the history
Updated iOS SDK version 0.4.1
  • Loading branch information
ngo275 authored May 17, 2022
2 parents b9bff5b + d018c93 commit 3dcbc4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Alamofire (5.6.1)
- boost-for-react-native (1.63.0)
- Credify (0.4.0):
- Credify (0.4.1):
- Alamofire (~> 5.4)
- DoubleConversion (1.1.6)
- FBLazyVector (0.63.4)
Expand Down Expand Up @@ -248,8 +248,8 @@ PODS:
- React-Core (= 0.63.4)
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- servicex-rn (0.11.3):
- Credify (~> 0.4.0)
- servicex-rn (0.12.0):
- Credify (~> 0.4.1)
- React-Core
- Yoga (1.14.0)

Expand Down Expand Up @@ -349,7 +349,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Alamofire: 87bd8c952f9a4454320fce00d9cc3de57bcadaf5
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
Credify: d133e852b02a3ff3a67d8e7fdb593b7f26a730f9
Credify: 74d1e01c9eb3de4097eb2c4bca80547b63d05c46
DoubleConversion: cde416483dac037923206447da6e1454df403714
FBLazyVector: 3bb422f41b18121b71783a905c10e58606f7dc3e
FBReactNativeSpec: f2c97f2529dd79c083355182cc158c9f98f4bd6e
Expand All @@ -375,7 +375,7 @@ SPEC CHECKSUMS:
React-RCTText: 5c51df3f08cb9dedc6e790161195d12bac06101c
React-RCTVibration: ae4f914cfe8de7d4de95ae1ea6cc8f6315d73d9d
ReactCommon: 73d79c7039f473b76db6ff7c6b159c478acbbb3b
servicex-rn: 5ced7868b4d3fd7f1766a688eb402fbc87ca32fd
servicex-rn: 50e1808bce3371c9e4af763d6fd0a80fcf433ca9
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6

PODFILE CHECKSUM: a8db059ed91cbe37980284350cd135f44ee3887a
Expand Down
2 changes: 1 addition & 1 deletion servicex-rn.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency "Credify" , '~> 0.4.0'
s.dependency "Credify" , '~> 0.4.1'
end

0 comments on commit 3dcbc4d

Please sign in to comment.