Alexandria 4.1.0

Alexandria 4.1.0

测试已测试
语言语言 SwiftSwift
许可证 MIT
发布日期上次发布2019 年 10 月
SPM支持 SPM

John C. DaubJonathan Landon 维护。



  • 出自
  • John Daub, Jonathan Landon, Ben Kreeger, Chris Voss, Steven Schobert, Jayson Lane, Claire Knight 和 Alex Corcoran

Alexandria

Alexandria

SwiftPM Compatible Carthage compatible CocoaPods Compatible Platform Swift Support License

一个库(类似于亚历山大图书馆),包含了 Swift 扩展,可以加强您的 iOS 开发。

需求

  • iOS 8+
  • Xcode 11+
  • Swift 5.0/5.1

文档

文档可在线上海获得。

https://jlandon.github.io/alexandria

安装

Swift 包管理器与 Xcode 11

将包依赖添加到您的应用中

Carthage

github "jlandon/Alexandria"

CocoaPods

use_frameworks!
pod 'Alexandria'

或者,您可以安装特定的组件

pod 'Alexandria/Core'
pod 'Alexandria/StoreKit'
pod 'Alexandria/ImageEffects'

子模块

$ git submodule add [email protected]:jlandon/Alexandria.git
$ git submodule init
$ git submodule update

然后,将文件手动添加到您的 Xcode 项目/工作区中。

许可证

Alexandria 使用 MIT 许可协议发布。有关详细信息,请参阅 LICENSE 文件。