Skip to content

Commit

Permalink
build(deps): bump iOS SDK version from 2.2.6 to 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pshoniuk committed Oct 23, 2023
1 parent 7e8470f commit 3e07646
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
37 changes: 20 additions & 17 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,29 @@ PODS:
- FlipperKit/Core
- FlipperKit/FlipperKitNetworkPlugin
- fmt (6.2.1)
- Giphy (2.2.6):
- Giphy (2.2.7):
- libwebp
- giphy-react-native-sdk (3.0.1):
- Giphy (= 2.2.6)
- giphy-react-native-sdk (3.0.0):
- Giphy (= 2.2.7)
- RCT-Folly (= 2021.07.22.00)
- React-Core
- glog (0.3.5)
- hermes-engine (0.72.2):
- hermes-engine/Pre-built (= 0.72.2)
- hermes-engine/Pre-built (0.72.2)
- libevent (2.1.12)
- 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 (1.3.2):
- libwebp/demux (= 1.3.2)
- libwebp/mux (= 1.3.2)
- libwebp/sharpyuv (= 1.3.2)
- libwebp/webp (= 1.3.2)
- libwebp/demux (1.3.2):
- libwebp/webp
- libwebp/mux (1.2.4):
- libwebp/mux (1.3.2):
- libwebp/demux
- libwebp/webp (1.2.4)
- libwebp/sharpyuv (1.3.2)
- libwebp/webp (1.3.2):
- libwebp/sharpyuv
- OpenSSL-Universal (1.1.1100)
- RCT-Folly (2021.07.22.00):
- boost
Expand Down Expand Up @@ -686,9 +689,9 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 565cdf5e3d0dd4b12a9c842f6a4bb5082b5aaa5b
FBReactNativeSpec: 052fc96c48292cac6ca729d58200ac77890573ab
Flipper: 6edb735e6c3e332975d1b17956bcc584eccf5818
Expand All @@ -700,12 +703,12 @@ SPEC CHECKSUMS:
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
Giphy: f64bff5937fbc4987b6a26c8ef625501c68a1e97
giphy-react-native-sdk: 0c4b1bf8e2749b2ddcb3d84e7021b46e89060e4d
glog: 5337263514dd6f09803962437687240c5dc39aa4
Giphy: dad025aa0c82e4c057e1989cde959034829dfca7
giphy-react-native-sdk: 776cf59a09e382b7a730285cd32b0bdd6ab28e81
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 3f42310d66bcbc814b3771b79ad8d5a3f8df3df1
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef
libwebp: 1786c9f4ff8a279e4dac1e8f385004d5fc253009
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: 40bf5271b434eae17c4f950abde576fb25d77d3a
Expand Down Expand Up @@ -747,4 +750,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: d3b1fe9cfe34ee21941e5394ae70547980bd6f8a

COCOAPODS: 1.13.0
COCOAPODS: 1.12.1
2 changes: 1 addition & 1 deletion giphy-react-native-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "Giphy", "2.2.6"
s.dependency "Giphy", "2.2.7"

s.pod_target_xcconfig = {
"DEFINES_MODULE" => "YES"
Expand Down

0 comments on commit 3e07646

Please sign in to comment.