Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ A curated list of awesome Swift frameworks, libraries and software. Inspired by
- [Audio](#audio)
- [Third Party APIs](#third-party-apis)
- [Extensions](#extensions)
- [Localization](#localization)
- [Misc](#misc)
- [Resources](#resources)
- [Swift Books](#swift-books)
Expand Down Expand Up @@ -215,6 +216,11 @@ A curated list of awesome Swift frameworks, libraries and software. Inspired by
* [BFKit-Swift](https://github.com/FabrizioBrancati/BFKit-Swift) - A collection of useful classes to develop Apps faster.
* [Sugar](https://github.com/hyperoslo/Sugar) - Something sweet that goes great with your Cocoa.

## Localization
*Libraries for Localization.*

* [LocalizationKit](https://github.com/willpowell8/LocalizationKit_iOS) - A fast realtime localization library so you can manage strings, add languages all without redeploying.

## Misc

* [acli](https://github.com/eugenpirogoff/acli) - commandline tool to download curated libraries from github (very beta)
Expand Down