Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## An open-source Swift framework for building event-driven, zero-config Multipeer Connectivity apps

## Installation

### CocoaPods

You can use CocoaPods to install YourLibrary by adding it to your Podfile:

```
platform :ios, '8.0'
use_frameworks!
pod 'PeerKit'
```

## Usage

```swift
Expand Down