diff --git a/README.md b/README.md index 17b5722..ccc0be5 100644 --- a/README.md +++ b/README.md @@ -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