Skip to content

matteozero/YKNetworking

 
 

Repository files navigation

YKNetworking

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

在正式使用之前,请在podfile中添加私有Specs的地址:https://github.com/wanyakun/Specs.git

source 'https://github.com/wanyakun/Specs.git'

如果有使用公开第三方类库,也不要忘记添加默认的Specs地址:https://github.com/CocoaPods/Specs.git

source 'https://github.com/CocoaPods/Specs.git'

Installation

YKNetworking is available through wanyakun CocoaPods. To install it, simply add the following line to your Podfile:

pod "YKNetworking"

Architecture

Usage

Author

wanyakun, yakun.wan@gmail.com

License

YKNetworking is available under the MIT license. See the LICENSE file for more info.

About

iOS基础网络组件库

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 61.9%
  • C++ 28.3%
  • Ruby 9.1%
  • Other 0.7%