From 0123494c3519eb54478b3b06edd3b91ee71059dd Mon Sep 17 00:00:00 2001 From: Tiago Santo Date: Wed, 13 Nov 2019 12:08:19 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9558a5..edd3119 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Calculator -A description of this package. +This repo is just the final version on how to create, build and link a Swift Package to your iOS app, but with a Swift Package stored in a Git repository. You can find the iOS app's repo [here](https://github.com/tsanto/Calculator-iOS-SPM-git). + +Medium [story](https://medium.com/@tiagosanto/create-build-and-link-a-swift-package-to-an-ios-project-57166b8505f4) about this repo.