# YLifeComponents **Repository Path**: liuyilan/YLifeComponents ## Basic Information - **Project Name**: YLifeComponents - **Description**: YLife组件集合 - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YLifeComponents #### 项目介绍 功能性组件 #### 安装教程 1.using CocoaPods (使用 CocoaPods) 2.manual install (手动安装) #### 使用说明 source 'https://gitee.com/liuyilan/YLifeComponents.git' platform :ios, '8.0' # If you are using Swift, be sure to add the following # use_frameworks! target 'TargetName' do pod 'YLifeComponents', '~> 1.0' end