# FastComponent **Repository Path**: lxf2020/FastComponent ## Basic Information - **Project Name**: FastComponent - **Description**: iOS FastComponent 快速开发组件 github:https://github.com/rdxer/FastComponent coding: https://rdxer.coding.net/public/opensrouce/FastComponent/git - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-10-28 - **Last Updated**: 2022-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FastComponent [![CI Status](http://img.shields.io/travis/Rdxer/FastComponent.svg?style=flat)](https://travis-ci.org/Rdxer/FastComponent) [![Version](https://img.shields.io/cocoapods/v/FastComponent.svg?style=flat)](http://cocoapods.org/pods/FastComponent) [![License](https://img.shields.io/cocoapods/l/FastComponent.svg?style=flat)](http://cocoapods.org/pods/FastComponent) [![Platform](https://img.shields.io/cocoapods/p/FastComponent.svg?style=flat)](http://cocoapods.org/pods/FastComponent) ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. ## Requirements ## Installation FastComponent is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby # FastComponent pod 'FastComponent', :subspecs => [ 'Base', 'UIKitEx', 'RxSwiftEx', 'FoundationEx', 'KingfisherEx', 'SnapKitEx', 'DeviceEx', # 'UICustomEx', 'Component', 'SafariServicesEx', # 'MaterialEx', # 'PullToRefreshEx', # 'ConfigEx', # 'MoyaRESTfulEx' ],:path => 'FastComponent' ``` ## Author Rdxer, rdxer@foxmail.com ## License FastComponent is available under the MIT license. See the LICENSE file for more info.