Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing podfile.lock #2748

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ PODS:
- GoogleUtilities/Logger
- GoogleUtilities/UserDefaults (7.11.0):
- GoogleUtilities/Logger
- HAKit (0.4.1):
- HAKit/Core (= 0.4.1)
- HAKit/Core (0.4.1):
- HAKit (0.4.2):
- HAKit/Core (= 0.4.2)
- HAKit/Core (0.4.2):
- Starscream (~> 4.0.4)
- HAKit/Mocks (0.4.1):
- HAKit/Mocks (0.4.2):
- HAKit/Core
- HAKit/PromiseKit (0.4.1):
- HAKit/PromiseKit (0.4.2):
- HAKit/Core
- PromiseKit (~> 6.13)
- KeychainAccess (4.2.2)
Expand Down Expand Up @@ -128,9 +128,9 @@ DEPENDENCIES:
- EMTLoadingIndicator (from `https://github.com/hirokimu/EMTLoadingIndicator`, branch `master`)
- Eureka (from `https://github.com/xmartlabs/Eureka`, branch `master`)
- FirebaseMessaging
- HAKit (from `https://github.com/home-assistant/HAKit.git`, tag `0.4.1`)
- HAKit/Mocks (from `https://github.com/home-assistant/HAKit.git`, tag `0.4.1`)
- HAKit/PromiseKit (from `https://github.com/home-assistant/HAKit.git`, tag `0.4.1`)
- HAKit (from `https://github.com/home-assistant/HAKit.git`, tag `0.4.2`)
- HAKit/Mocks (from `https://github.com/home-assistant/HAKit.git`, tag `0.4.2`)
- HAKit/PromiseKit (from `https://github.com/home-assistant/HAKit.git`, tag `0.4.2`)
- KeychainAccess
- lottie-ios
- MBProgressHUD (~> 1.2.0)
Expand Down Expand Up @@ -199,7 +199,7 @@ EXTERNAL SOURCES:
:git: https://github.com/xmartlabs/Eureka
HAKit:
:git: https://github.com/home-assistant/HAKit.git
:tag: 0.4.1
:tag: 0.4.2
ObjectMapper:
:branch: master
:git: https://github.com/tristanhimmelman/ObjectMapper.git
Expand Down Expand Up @@ -231,7 +231,7 @@ CHECKOUT OPTIONS:
:git: https://github.com/xmartlabs/Eureka
HAKit:
:git: https://github.com/home-assistant/HAKit.git
:tag: 0.4.1
:tag: 0.4.2
ObjectMapper:
:commit: a593b4d647a970b3d184d046f8f52b945083ccf9
:git: https://github.com/tristanhimmelman/ObjectMapper.git
Expand Down Expand Up @@ -259,7 +259,7 @@ SPEC CHECKSUMS:
FirebaseMessaging: 35ecbbc68ff547fca80f9326c9622e79288c7149
GoogleDataTransport: ea169759df570f4e37bdee1623ec32a7e64e67c4
GoogleUtilities: c2bdc4cf2ce786c4d2e6b3bcfd599a25ca78f06f
HAKit: 6fdc0f9377c5fbff3b656260478566c55f323f08
HAKit: 92e9bd30717270df15025184b608b7902a773286
KeychainAccess: c0c4f7f38f6fc7bbe58f5702e25f7bd2f65abf51
lottie-ios: b3846a9fa8ca1a1a3bebfa256ebe8b6fd4aaaaad
MBProgressHUD: 3ee5efcc380f6a79a7cc9b363dd669c5e1ae7406
Expand All @@ -284,6 +284,6 @@ SPEC CHECKSUMS:
XCGLogger: 1943831ef907df55108b0b18657953f868de973b
ZIPFoundation: d170fa8e270b2a32bef9dcdcabff5b8f1a5deced

PODFILE CHECKSUM: de1ec07132a70a9e59a3f1cdf4333427c216e72f
PODFILE CHECKSUM: f7cf246bacbd480c5e00b88f64aa5fa8de1d9d1e

COCOAPODS: 1.15.2
Loading