Skip to content

Commit

Permalink
2.1.8 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmaier authored May 7, 2021
1 parent 2d86146 commit 2ae2602
Show file tree
Hide file tree
Showing 49 changed files with 4,691 additions and 5,577 deletions.
6 changes: 4 additions & 2 deletions Camera-Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use_frameworks!

target "camera-example" do
pod 'Giphy'
target "camera-example" do

pod 'Giphy', :podspec => 'https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.1.8/Giphy.podspec'

end
29 changes: 16 additions & 13 deletions Camera-Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
PODS:
- Giphy (2.1.4):
- Giphy (2.1.8):
- libwebp
- libwebp (1.1.0):
- libwebp/demux (= 1.1.0)
- libwebp/mux (= 1.1.0)
- libwebp/webp (= 1.1.0)
- libwebp/demux (1.1.0):
- libwebp (1.2.0):
- libwebp/demux (= 1.2.0)
- libwebp/mux (= 1.2.0)
- libwebp/webp (= 1.2.0)
- libwebp/demux (1.2.0):
- libwebp/webp
- libwebp/mux (1.1.0):
- libwebp/mux (1.2.0):
- libwebp/demux
- libwebp/webp (1.1.0)
- libwebp/webp (1.2.0)

DEPENDENCIES:
- Giphy
- Giphy (from `https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.1.8/Giphy.podspec`)

SPEC REPOS:
trunk:
- Giphy
- libwebp

EXTERNAL SOURCES:
Giphy:
:podspec: https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/2.1.8/Giphy.podspec

SPEC CHECKSUMS:
Giphy: 531479ae1b5c2b88b2deaffd85fb18131de15799
libwebp: 946cb3063cea9236285f7e9a8505d806d30e07f3
Giphy: ef5125f9b47c259b59244803a6ffe763f4f4a7bf
libwebp: e90b9c01d99205d03b6bb8f2c8c415e5a4ef66f0

PODFILE CHECKSUM: 4a920288c47e605aad1543443238ed714dd2a5ce
PODFILE CHECKSUM: cb7bb9c379be0521c335e1ac21625e419b485de9

COCOAPODS: 1.10.1
18 changes: 9 additions & 9 deletions GiphyUISDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,47 +6,47 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>GiphyUISDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>GiphyUISDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>GiphyUISDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Loading

0 comments on commit 2ae2602

Please sign in to comment.