Git Product home page Git Product logo

awesome-swift's Introduction

Awesome Swift

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

Feel free to contribute!

Demo Apps

Some interesting demo/poc apps written in swift.

iOS

A list of iOS swift demo apps

OS X

A list of OSX swift demo apps

  • clock-saver - a clock screen saver for osx written in swift.
  • dshb - OS X system monitor in Swift

Dependency Managers

Dependency manager software for swift.

  • acli - downloads repos from command line listed in awesome-swift readme.
  • carthage - a new dependencymanager for swift.
  • cocoapods - the most used dependency manager for Objective-C (swift is still in porting).

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.
  • SwiftBox - Flexbox in Swift, using Facebook's css-layout.
  • 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 utility.

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.

  • AERecord - super awesome Core Data wrapper library for iOS written in Swift.
  • AlecrimCoreData - a simple CoreData wrapper library written in Swift.
  • SugarRecord - an easy with to work with coredata and realm.
  • SuperRecord - A small set of utilities to make working with CoreData and Swift a bit easier.
  • QueryKit - an easy way to play with coredata filtering within your swift projects.

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.
  • SwiftData - simple and Effective SQLite Handling in Swift.

XML

If you prefer to manage XML data formatted entries, here some helpful libs

Date

Handle data formatting easily.

Events

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

  • EmitterKit - an implementation of event emitters and listeners in swift.
  • Signals - replaces delegates and notifications.
  • SwiftEventBus - A publish/subscribe event bus optimized for iOS.

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..

  • CYFastImage - display images from web.
  • gifu - highly performant animated GIF support for iOS in Swift.
  • ImageScout - a Swift implementation of fastimage. supports PNG, GIF, and JPEG.
  • PASImageView - async remote download your image and round them. automatically.
  • SwiftColorArt - font schema generator according image colours.
  • SwiftGif - A small UIImage extension with gif support
  • Toucan - Image processing api
  • UIImageView-BetterFace-Swift - autoresize images and if any face discovered refine the position of the image.

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.

Security

Sensors

Manage your device sensors in a faster and easier way

System

  • SMCKit - Apple SMC library in Swift
  • SystemKit - OS X system library in Swift

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.
  • CLIKit - a way to create cli with swift.
  • Collection Each - add each func to collections.
  • CommandLine - A pure Swift library for creating command-line interfaces
  • 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.
  • LlamaKit - Collection of must-have functional Swift tools.
  • Mendel - Swift miliframework for implementing evolutionary/genetic algorithms.
  • PromiseKit - async promise programming lib.
  • Prototope - Swift library of lightweight interfaces for prototyping, bridged to JS.
  • Pythonic.swift - Pythonic tool-belt for Swift: a Swift implementation of selected parts of Python standard library.
  • SpecificationPattern - chainable rules useful for form validation.
  • SwiftBitmask - Bitmask<T> type intended as a replacement for RawOptionSet.
  • SwiftColors - HEX color handling as an extension for UIColor.
  • SwiftForms - form are now easy as 1.2.3!
  • SwiftyUserDefaults — a cleaner, nicer syntax for NSUserDefaults
  • 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.
  • Swell - a logging utility for Swift.

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.

Misc

Miscellaneous Swift related projects

  • swift-compiler-crashes - A collection of test cases crashing the Swift compiler
  • SwiftInFlux — List of things that are "in flux" in Swift + changelog of the language

Tools

Tools for Swift development

Documentation

Generate documentation for Swift code

  • jazzy - Soulful docs for Swift & Objective-C
  • swiftdoc-parser - Header parsing and HTML generating utilities for SwiftDoc.org

awesome-swift's People

Contributors

0xc010d avatar aleclarson avatar artman avatar ashfurrow avatar atermenji avatar bahlo avatar colineberhardt avatar dasdom avatar dkhamsing avatar dlackty avatar dongri avatar eugenpirogoff avatar isuru-nanayakkara avatar josephlord avatar matteocrippa avatar maxdesiatov avatar mbcrump avatar mikepulsiferdol avatar neoneye avatar peterprokop avatar powerje avatar practicalswift avatar radex avatar raulriera avatar rizal72 avatar s-aska avatar scotteg avatar stephencelis avatar thii avatar watsonbox avatar

Watchers

 avatar  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.