Skip to content

Commit

Permalink
Bump promises dependency (#46)
Browse files Browse the repository at this point in the history
* Bump promises dependency

* Fix podspec

* Fix package manifest

* CHANGELOG
  • Loading branch information
ncooke3 authored Jul 8, 2021
1 parent 460b5ef commit 7df9cd0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 7.4.4
- Bump promises dependency #46

# 7.4.3
- Include all object classes when using archiver. (#42)

Expand Down
4 changes: 2 additions & 2 deletions GoogleUtilities.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GoogleUtilities'
s.version = '7.4.3'
s.version = '7.4.4'
s.summary = 'Google Utilities for Apple platform SDKs'

s.description = <<-DESC
Expand Down Expand Up @@ -38,7 +38,7 @@ other Google CocoaPods. They're not intended for direct public usage.
s.subspec 'Environment' do |es|
es.source_files = 'GoogleUtilities/Environment/**/*.[mh]'
es.public_header_files = 'GoogleUtilities/Environment/Public/GoogleUtilities/*.h'
es.dependency 'PromisesObjC', '~> 1.2'
es.dependency 'PromisesObjC', '>= 1.2', '< 3.0'
es.frameworks = [
'Security'
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ let package = Package(
),
],
dependencies: [
.package(name: "Promises", url: "https://github.com/google/promises.git", "1.2.8" ..< "1.3.0"),
.package(name: "Promises", url: "https://github.com/google/promises.git", "1.2.8" ..< "3.0.0"),
.package(
name: "OCMock",
url: "https://github.com/firebase/ocmock.git",
Expand Down

0 comments on commit 7df9cd0

Please sign in to comment.