# SNKit-Swift **Repository Path**: ningmengdev/SNKit ## Basic Information - **Project Name**: SNKit-Swift - **Description**: iOS开发常用功能封装(Swift 5.0)。 - **Primary Language**: Swift - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-28 - **Last Updated**: 2025-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SNKit [![Version](https://img.shields.io/cocoapods/v/SNKit.svg)](https://cocoapods.org/pods/SNKit) [![Language](https://img.shields.io/badge/language-Swift%205.0-orange.svg)](https://swift.org/) [![Platform](https://img.shields.io/badge/Platforms-iOS-FF69B4.svg)](https://cocoapods.org/pods/SNKit) [![License](https://img.shields.io/badge/License-MIT-lightgrey.svg)](https://github.com/NingmengDev/SNKit/blob/master/LICENSE) Provides some useful classes, structs and extensions. ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. ## Requirements - **iOS** 12.0+ - **Swift** 5.0+ - **Xcode** 12.0+ ## Installation SNKit is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod 'SNKit' # or pod 'SNKit/Extension' ``` ## License SNKit is available under the MIT license. See the LICENSE file for more info.