Skip to content

Commit

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

### Features

* Support SPM ([#7](#7)) ([6661cbc](6661cbc))
  • Loading branch information
semantic-release-bot committed Jan 7, 2022
1 parent 6661cbc commit 066bb08
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.2.0'
s.version = '0.3.0'
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.1.0/GoogleMapsPlatformCombine.xcframework.zip",
checksum: "3cb7dd65c5a9440cf3978ab33f9541041c5c880d72378599b1b716c335535f69"
url: "https://github.com/googlemaps/ios-combine/releases/download/v0.3.0/GoogleMapsPlatformCombine.xcframework.zip",
checksum: "8d63d08653516acefa529b020bc0f9a6ef087f492c2785b33979602b814ae3fb"
),
// .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.2.0'
pod 'GoogleMapsPlatformCombine', '0.3.0'
```

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.2.0'
pod 'GoogleMapsPlatformCombine/Maps', '0.3.0'

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

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

0 comments on commit 066bb08

Please sign in to comment.