Skip to content

Commit

Permalink
build(deps): bump iOS SDK version from 2.1.22 to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pshoniuk committed Dec 1, 2022
1 parent 682bfa5 commit 461e857
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ PODS:
- React-jsi (= 0.66.4)
- ReactCommon/turbomodule/core (= 0.66.4)
- fmt (6.2.1)
- Giphy (2.1.22):
- Giphy (2.2.1):
- libwebp
- giphy-react-native-sdk (2.0.0):
- Giphy (= 2.1.22)
- Giphy (= 2.2.1)
- React-Core
- glog (0.3.5)
- libwebp (1.2.3):
- libwebp/demux (= 1.2.3)
- libwebp/mux (= 1.2.3)
- libwebp/webp (= 1.2.3)
- libwebp/demux (1.2.3):
- libwebp (1.2.4):
- libwebp/demux (= 1.2.4)
- libwebp/mux (= 1.2.4)
- libwebp/webp (= 1.2.4)
- libwebp/demux (1.2.4):
- libwebp/webp
- libwebp/mux (1.2.3):
- libwebp/mux (1.2.4):
- libwebp/demux
- libwebp/webp (1.2.3)
- libwebp/webp (1.2.4)
- RCT-Folly (2021.06.28.00-v2):
- boost
- DoubleConversion
Expand Down Expand Up @@ -406,10 +406,10 @@ SPEC CHECKSUMS:
FBLazyVector: e5569e42a1c79ca00521846c223173a57aca1fe1
FBReactNativeSpec: fe08c1cd7e2e205718d77ad14b34957cce949b58
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
Giphy: 6757d929878ef45f70ed62a02a2c9a03994e7b6c
giphy-react-native-sdk: 069516ec688833d32578665df543222a49287749
Giphy: cdfd21712d85750188dd7c9ae782d2641766f4a5
giphy-react-native-sdk: fcfa7b0f85b738f1f770bbb0f47e00fd4cfc7a4a
glog: 5337263514dd6f09803962437687240c5dc39aa4
libwebp: 60305b2e989864154bd9be3d772730f08fc6a59c
libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef
RCT-Folly: a21c126816d8025b547704b777a2ba552f3d9fa9
RCTRequired: 4bf86c70714490bca4bf2696148638284622644b
RCTTypeSafety: c475a7059eb77935fa53d2c17db299893f057d5d
Expand Down
2 changes: 1 addition & 1 deletion giphy-react-native-sdk.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 "Giphy", "2.1.22"
s.dependency "Giphy", "2.2.1"
end

0 comments on commit 461e857

Please sign in to comment.