Skip to content

Commit

Permalink
Merge branch 'main' into tuples
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed Jul 27, 2023
2 parents d373644 + 0b8f110 commit 9284276
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

![🐧 linux: ready](https://img.shields.io/badge/%F0%9F%90%A7%20linux-ready-red.svg)
[![GitHub license](https://img.shields.io/badge/license-Apache%202.0-lightgrey.svg)](LICENSE)
[![Build Status](https://github.com/tesseract-one/swift-scale-codec/workflows/CI/badge.svg?branch=main)](https://github.com/tesseract-one/swift-scale-codec/actions?query=workflow%3ACI+branch%3Amain)
[![GitHub release](https://img.shields.io/github/release/tesseract-one/swift-scale-codec.svg)](https://github.com/tesseract-one/swift-scale-codec/releases)
[![Build Status](https://github.com/tesseract-one/ScaleCodec.swift/workflows/CI/badge.svg?branch=main)](https://github.com/tesseract-one/ScaleCodec.swift/actions?query=workflow%3ACI+branch%3Amain)
[![GitHub release](https://img.shields.io/github/release/tesseract-one/ScaleCodec.swift.svg)](https://github.com/tesseract-one/ScaleCodec.swift/releases)
[![SPM compatible](https://img.shields.io/badge/SwiftPM-Compatible-brightgreen.svg)](https://swift.org/package-manager/)
[![CocoaPods version](https://img.shields.io/cocoapods/v/ScaleCodec.svg)](https://cocoapods.org/pods/ScaleCodec)
![Platform OS X | iOS | tvOS | watchOS | Linux](https://img.shields.io/badge/platform-Linux%20%7C%20OS%20X%20%7C%20iOS%20%7C%20tvOS%20%7C%20watchOS-orange.svg)
Expand Down Expand Up @@ -35,7 +35,7 @@ Setup instructions:
Add this to the dependency section of your `Package.swift` manifest:

```Swift
.package(url: "https://github.com/tesseract-one/swift-scale-codec.git", from: "0.3.0")
.package(url: "https://github.com/tesseract-one/ScaleCodec.swift.git", from: "0.3.0")
```

- **CocoaPods:** Put this in your `Podfile`:
Expand Down
4 changes: 2 additions & 2 deletions ScaleCodec.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Pod::Spec.new do |s|
SCALE codec implementation for Swift language. Supports all SCALE standard types.
DESC

s.homepage = 'https://github.com/tesseract-one/swift-scale-codec'
s.homepage = 'https://github.com/tesseract-one/ScaleCodec.swift'

s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.author = { 'Tesseract Systems, Inc.' => '[email protected]' }
s.source = { :git => 'https://github.com/tesseract-one/swift-scale-codec.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/tesseract-one/ScaleCodec.swift.git', :tag => s.version.to_s }

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
Expand Down

0 comments on commit 9284276

Please sign in to comment.