Giter VIP home page Giter VIP logo

sfservicekit's Introduction

SFServiceKit

CI Status Version License Platform

Introduction

Some collections of tool classes (zh: 一些工具类集合: 后台保活/显示模式/身份验证/文件管理/GCD计时器/区域监测/语言管理/位置定位/加载SFSymbol图标)

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • iOS 12.0 or later
  • Swift 5.9.2
  • Xcode 15.1

Installation

SFServiceKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SFServiceKit'

or

pod 'SFServiceKit', :subspecs => ['Full']

If you want to use the latest features of SFServiceKit use normal external source dependencies.

pod 'SFServiceKit', :git => 'https://github.com/Sfh03031/SFServiceKit.git'

SFServiceKit has created sub libraries, if you only want to use one of them, simply add the following line to your Podfile:

# 后台保活,可自定义时长
pod 'SFServiceKit/Bgtask'

# 显示模式
pod 'SFServiceKit/Display'

# 身份验证
pod 'SFServiceKit/Author'

# 文件管理
pod 'SFServiceKit/File'

# GCD计时器
pod 'SFServiceKit/Timer'

# 区域监测
pod 'SFServiceKit/IBeacon'

# 语言管理
pod 'SFServiceKit/Language'

# 位置定位
pod 'SFServiceKit/Location'

# 加载SF Symbol图标
pod 'SFServiceKit/Symbol'

or use subspecs, simply add the following line to your Podfile:

pod 'SFServiceKit', :subspecs => ['Bgtask', 'Display', 'Author', 'File', 'Timer', 'IBeacon', 'Language', 'Location', 'Symbol']

Change log

2024.07.31, 0.1.5

  • update podspec and optimized the subspecs(zh: 优化配置子库)

2024.07.18, 0.1.4

  • code optimize(zh: 代码优化)

2024.07.16, 0.1.2、0.1.3

  • update readme and fix bug(zh: 更新readme、修改bug)

2024.07.15, 0.1.1

  • Initial version(zh: 初始版本)

Author

Sfh03031, [email protected]

License

SFServiceKit is available under the MIT license. See the LICENSE file for more info.

sfservicekit's People

Stargazers

 avatar babayaga avatar uxiu.me avatar

Watchers

babayaga avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.