From 62d6ce9d0de04a3ad4911dd10c6db0a245272600 Mon Sep 17 00:00:00 2001 From: Yehor Popovych Date: Thu, 27 Jul 2023 23:10:17 +0100 Subject: [PATCH 1/2] changed repo name --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9101e6..9f40a8a 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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`: From 0b8f110e72d847fbe8ae61d84d20fa654ed9a1da Mon Sep 17 00:00:00 2001 From: Yehor Popovych Date: Thu, 27 Jul 2023 23:12:07 +0100 Subject: [PATCH 2/2] podspec update --- ScaleCodec.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ScaleCodec.podspec b/ScaleCodec.podspec index ccbdfbf..4184589 100644 --- a/ScaleCodec.podspec +++ b/ScaleCodec.podspec @@ -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.' => 'info@tesseract.one' } - 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'