You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information about [IPFS](http://ipfs.io) or the [API commands](http://ipfs.io/docs/commands) click the links.
7
11
8
12
The Swift IPFS API shell/client is an asynchronous library that provides native calls to an IPFS node.
9
13
10
-
## Installation
14
+
## Table of Contents
15
+
16
+
-[Install](#install)
17
+
-[Usage](#usage)
18
+
-[Examples](#examples)
19
+
-[Requirements](#requirements)
20
+
-[Contribute](#contribute)
21
+
-[License](#license)
22
+
23
+
## Install
11
24
12
25
In the root of your project:
13
26
@@ -25,6 +38,7 @@ or
25
38
For more information on how to install via Carthage see the [README](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application)
26
39
27
40
## Usage
41
+
28
42
Add the required frameworks to your project in Xcode:
0 commit comments