Skip to content

Commit

Permalink
chore(release): 0.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.3.1](v0.3.0...v0.3.1) (2022-01-07)

### Bug Fixes

* Empty xcframework file. ([263b34a](263b34a))
* Revert changes to podspec. ([0621e0e](0621e0e))
  • Loading branch information
semantic-release-bot committed Jan 7, 2022
1 parent bce480d commit ae55540
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion GoogleMapsPlatformCombine.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GoogleMapsPlatformCombine'
s.version = '0.3.0'
s.version = '0.3.1'
s.summary = 'Swift library for Combine support with Google Maps Platform iOS SDKs'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "GoogleMapsPlatformCombine",
url: "https://github.com/googlemaps/ios-combine/releases/download/v0.3.0/GoogleMapsPlatformCombine.xcframework.zip",
checksum: "8d63d08653516acefa529b020bc0f9a6ef087f492c2785b33979602b814ae3fb"
url: "https://github.com/googlemaps/ios-combine/releases/download/v0.3.1/GoogleMapsPlatformCombine.xcframework.zip",
checksum: "2374c4484be35c5732f77315bcd46d30fe52964ccf8893d6603dd27ca3e674ea"
),
// .target(
// name: "GoogleMapsPlatformCombineMaps",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ To run the example project:
In your `Podfile`:

```ruby
pod 'GoogleMapsPlatformCombine', '0.3.0'
pod 'GoogleMapsPlatformCombine', '0.3.1'
```

Subspecs are also available if you only need Combine support for a specific SDK:

```ruby
# For Combine support for the Maps SDK for iOS only
pod 'GoogleMapsPlatformCombine/Maps', '0.3.0'
pod 'GoogleMapsPlatformCombine/Maps', '0.3.1'

# For Combine support for the Places SDK for iOS only
pod 'GoogleMapsPlatformCombine/Places', '0.3.0'
pod 'GoogleMapsPlatformCombine/Places', '0.3.1'
```

### [Swift Package Manager](https://github.com/apple/swift-package-manager)
Expand Down

0 comments on commit ae55540

Please sign in to comment.