# YKSpec
**Repository Path**: Yimi178/YKSpec
## Basic Information
- **Project Name**: YKSpec
- **Description**: IOS 各式各样的工具仓库
欢迎使用👏🏻 欢迎指导bug 🚀
个人vx: yykyyk123456
个人企鹅:1130484708
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2023-08-09
- **Last Updated**: 2023-08-09
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# YKSpec
[](https://developer.apple.com/iphone/index.action) [](https://en.wikipedia.org/wiki/Objective-C) [](http://mit-license.org) [](https://gitee.com/Edwrard/YKSpec)
## 添加本源
在本地cocopods库中添加本源
```
pod repo add YKSpec https://github.com/541278903/YKSpec.git
```
在Podfile顶部添加
```
source 'https://github.com/541278903/YKSpec.git'
source 'https://github.com/CocoaPods/Specs.git'
```
## 主要仓库(OC)
- 'YK_Views' 主要对UI的封装,一些自主构建的控件
- 源地址:https://gitee.com/Edwrard/YK_Views.git
```
pod 'YK_Views'
```
- 'YKOCTools' 主要为工具类的封装,如BASE64等,另外封装录音机,播放器,长链接等实用工具
- 源地址:https://gitee.com/Edwrard/YKOCTools.git
```
pod 'YKOCTools'
pod 'YKOCTools/Socket'
pod 'YKOCTools/Cache'
```
- 'YKOCMediator' 主要为组件库,封装一些组件页面提供使用。
- 源地址:https://gitee.com/Edwrard/YKOCMediator.git
```
pod 'YKOCMediator'
```
- 'YKDebugManager' 主要为模仿哆啦A梦编写的debug工具类。
- 源地址:https://gitee.com/Edwrard/YKDebugManager.git
```
pod 'YKDebugManager'
```
- 'YKOCExection' 主要为拓展类库,提供各种便捷的分类方法,给业务开发快速提供支持。
- 源地址:https://gitee.com/Edwrard/YKOCExection.git
```
pod 'YKOCExection'
```
- 'YK_TableRefresh' 主要为refresh的二次开发,简单的使用下拉刷新。
- 源地址:https://gitee.com/Edwrard/YK_TableRefresh.git
```
pod 'YK_TableRefresh'
```
- 'YKOCSectionViewModel' 主要为负责度较高且能服用的模块设计。
- 源地址:https://gitee.com/Edwrard/YKOCSectionViewModel.git
```
pod 'YKOCSectionViewModel'
```
- 'YKOpenUDID' 主要为负责获取唯一值。
- 源地址:https://gitee.com/Edwrard/YKOpenUDID
```
pod 'YKOpenUDID'
```
- 'YKRACExection' 主要为RAC库的拓展。
- 源地址:https://gitee.com/Edwrard/YKRACExection.git
```
pod 'YKRACExection'
```
## 主要仓库(swift)
- 'YKSwiftCommandModule' 主要为常规组件 一些重复琐碎的项目必有内容 如自定义AppDelegate。
- 源地址:https://gitee.com/Edwrard/YKSwiftCommandModule.git
```
pod 'YKSwiftCommandModule'
```
- 'YKSwiftNetworking' 主要为网络请求封装(基于Alamofire)。
- 源地址:https://gitee.com/Edwrard/YKSwiftNetworking.git
```
pod 'YKSwiftNetworking'
```
- 'YKSwiftBaseTools' 主要为工具类的封装(UserDefault,加解密,队列)。
- 源地址:https://gitee.com/Edwrard/YKSwiftBaseTools.git
```
pod 'YKSwiftBaseTools'
```
- 'YKSwiftExectionModel' 主要为swift的分类。
- 源地址:https://gitee.com/Edwrard/YKSwiftExectionModel.git
```
pod 'YKSwiftExectionModel'
```
- 'YKSwiftMediator' 主要为swift组件化基础库。
- 源地址:https://gitee.com/Edwrard/YKSwiftMediator.git
```
pod 'YKSwiftMediator'
```
- 'YKOpenUDID' iOS统一获取DeviceId。
- 源地址:https://gitee.com/Edwrard/YKOpenUDID.git
```
pod 'YKOpenUDID'
```
- 'YKSwiftRefresh' 主要为swift组件化基础库。
- 源地址:https://gitee.com/Edwrard/YKSwiftRefresh.git
```
pod 'YKSwiftRefresh'
```