/awesome-swift

A collaborative list of awesome swift resources. Feel free to contribute!

Primary LanguageRubyCreative Commons Zero v1.0 UniversalCC0-1.0

Awesome Swift

A collaborative list of awesome Swift resources,inspired by awesome-python and listed on awesome-awesomeness.

Feel free to contribute!

Demo App

Some interesting demo/poc apps written in swift.

iOS

A list of iOS swift demo apps

OSX

A list of OSX swift demo apps

  • clock-saver - a clock screen saver for osx written in swift.

Dependency Manager

Dependency manager software for swift.

  • acli - downloads repos from command line listed in awesome-swift readme.
  • cocoapods - the most used dependency manager for Objective-C and now Swift projects.

Guides

An awesome list of swift related guides.

Editor Support

Support for your favorite editors.

Vim

  • swift-vim - play swift with vim editor.
  • vim-swift - adds swift support to vim. It covers syntax, indenting, and more.
  • vim-polyglot - language pack for vim that includes vim-swift.

Libs

Here you can find a list of snippets and libs for your swift projects.

API

Quick libs to get access to third party API services

Auto Layout

Bored of using storyboard? Give a try to declarative auto layout libs.

  • Cartography - declarative auto layout lib for your project.
  • Snappy - a light-weight layout framework which wraps AutoLayout with nicer syntax.
  • SwiftAutoLayout - a small DSL for autolayout.
  • Tails - declarative autolayout for ios app written in swift.
  • VFLToolbox - fancy Swift implementation of the Visual Format Language

Colors

Interesting snippets related to color management and utilty.

Cryptography

Deal with cryptography method easily in swift

Data Management

Core Data

No more pain with Core Data, here listed some interesting lib to handle data management.

  • QueryKit - an easy way to play with coredata filtering within your swift projects.
  • SugarRecord - an easy with to work with coredata and realm.

JSON

Struggling using json data? Here you are some interesting way to handle it.

SQLite

Are you interested in storing your app data using SQLite? Here some interesting resources.

  • SQLite.swift - A pure Swift framework wrapping SQLite3. Small. Simple. Safe.
  • SQLiteDB - sqlite wrapper for swift.

Date

Handle data formatting easily.

Events

Alternatives to NSNotificationCenter, Key-Value-Observation, or delegation.

  • EmitterKit - an implementation of event emitters and listeners in swift

Fonts

A collection of font related snippets.

iBeacon

Interested in using iBeacon in your swift project? Here some interesting resources.

  • iBeacon - iBeacon implementation in swift.

Images

An interesting list of image related libs..

Keyboard

Do you want to create your own customized keyboard? Here some interesting resources

Math

  • Surge - Accelerate framework for swift.
  • swix - A general matrix language.

Network

A list of libs that allow you to decrease the amount of time spent to deal with http requests.

System

System related libs.

OS X

  • swift-smc - Read temperature sensors, fan RPM, etc.

Testing

A collection of testing frameworks.

  • Quick - Quick is a behavior-driven development framework for Swift and Objective-C.
  • Sleipnir - BDD-style framework for Swift.
  • Swiftest - experimental BDD-style framework.

UI

A collection of pre-packaged transitions & cool ui stuffs.

Utility

Some interesting utilities that help you in your projects

  • __ - Underscore.js power in your swift projects.
  • Async – Syntactic swift sugar for Grand Central Dispatch
  • Async.legacy – Syntactic swift sugar for Grand Central Dispatch (iOS 7 and OS X 10.9 Mavericks compatible fork)
  • AwesomeCache - manage cache easy in your swift project.
  • BrightFutures - promise and future lib for swift.
  • CLKit - a way to create cli with swift.
  • Collection Each - add each func to collections.
  • Dispatcher - Queues, timers, and task groups in Swift
  • Dollar - a lib similar to Lo-Dash or Underscore in Javascript.
  • ExSwift - a set of swift extensions for standard types and classes.
  • PromiseKit - async promise programming lib.
  • Pythonic.swift - Pythonic tool-belt for Swift: a Swift implementation of selected parts of Python standard library.
  • SpecificationPattern - chainable rules useful for form validation.
  • SwiftColors - HEX color handling as an extension for UIColor.
  • SwiftForms - form are now easy as 1.2.3!
  • Swiftz - a lib for functional programming.
  • Swift Sugar - objsugar ported to swift.
  • Wyrd - Asynchronous programming in Swift made easy. Wyrd is inspired by Promises/A+.
  • XCGLogger - a lib that help you handling better debug logging.

Webserver

Do you wanna host a webserver in your device? Here you can find some tricks to do it.

  • swifter - Http server written in Swift with routing handler.