MultipeerNetworking 1.0.0

MultipeerNetworking 1.0.0

David Bagwell维护。



  • David Bagwell

MultipeerNetworking

需求

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

安装

Cocoapods

CocoaPods是Cocoa项目的依赖管理器。你可以使用以下命令安装它

$ gem install cocoapods

要使用CocoaPods将MultipeerNetworking集成到你的Xcode项目中,请在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

然后,运行以下命令:

$ pod install

致谢

David Bagwell

许可证

MultipeerNetworking 项目采用 MIT 许可证发布。详细信息请参阅 LICENSE 文件。