Skip to content

dbagwell/MultipeerNetworking

Repository files navigation

MultipeerNetworking

Requirements

  • iOS 11.0+
  • Xcode 11.0+
  • Swift 5.0+

Installation

Cocoapods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate MultipeerNetworking into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'MultipeerNetworking', '~> 1.0.0'
end

Then, run the following command:

$ pod install

Credits

David Bagwell

License

MultipeerNetworking is release under the MIT license. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published