# BLNetworking **Repository Path**: blazer_luo/blnetworking ## Basic Information - **Project Name**: BLNetworking - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-03 - **Last Updated**: 2025-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BLNetworking [![CI Status](https://img.shields.io/travis/blazer/BLNetworking.svg?style=flat)](https://travis-ci.org/blazer/BLNetworking) [![Version](https://img.shields.io/cocoapods/v/BLNetworking.svg?style=flat)](https://cocoapods.org/pods/BLNetworking) [![License](https://img.shields.io/cocoapods/l/BLNetworking.svg?style=flat)](https://cocoapods.org/pods/BLNetworking) [![Platform](https://img.shields.io/cocoapods/p/BLNetworking.svg?style=flat)](https://cocoapods.org/pods/BLNetworking) ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. ## Requirements ## Installation BLNetworking is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod 'BLNetworking' ``` ## pod库发版本流程: ## 1.修改好代码后 push 到远程的master仓库 ## 2.新建分支 push到远程分支 (分支号一定要跟podspec文件中s.version一致) ## 3. pod lib lint --allow-warnings ## 4. pod trunk push BLNetworking.podspec --allow-warnings ## 到使用的项目文件下面 ## 5.pod update ## 6.pod search ## 7.如果没有出现 先在podfile中把BLNetworking注释掉 然后再重新pod install ## Author blazer, blazer402@126.com ## License BLNetworking is available under the MIT license. See the LICENSE file for more info.