Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mustafacobann/dummyswiftpackage


https://github.com/mustafacobann/dummyswiftpackage

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# DummySwiftPackage

This is a dummy package I created while tinkering with swift package manager, so it has no meaningful content.

## How to add to your project

1) Open your Xcode project
2) Go to File > Add Package Dependencies
3) Enter the package URL in the top right corner: `https://github.com/mustafacobann/DummySwiftPackage.git`
4) Select the package that appears on the left and press Add Package

## How to use

```swift
import DummySwiftPackage

sayHello(to: "Mustafa")
```