ketzusaka's Stars
ochococo/Design-Patterns-In-Swift
📖 Design Patterns implemented in Swift 5.0
appium/appium
Cross-platform automation framework for all kinds of apps, built on top of the W3C WebDriver protocol
modcloth-labs/XBot
Swift Module for interacting with Xcode Bots
modcloth-labs/XBotBuilder
Mac OSX app to manage Xcode bots for github pull requests
swisspol/GCDWebServer
The #1 HTTP server for iOS, macOS & tvOS (also includes web based uploader & WebDAV server)
rentzsch/mogenerator
Core Data code generation
CocoaPods/CocoaPods
The Cocoa Dependency Manager.
SnapKit/SnapKit
A Swift Autolayout DSL for iOS & OS X
modcloth-labs/github-xcode-bot-builder
ClassyKit/Classy
Expressive, flexible, and powerful stylesheets for UIView and friends.
Weebly/TableSchemer
Interactive static table views with ease
johnno1962/GitDiff
Highlights deltas against git repo in Xcode
agilebits/onepassword-app-extension
1Password Extension for iOS Apps
Alamofire/Alamofire
Elegant HTTP Networking in Swift
ChristianKienle/Core-Data-Editor
Core Data Editor lets you easily view, edit and analyze applications‘ data. Core Data Editor is compatible with Mac and iOS applications and supports XML, SQLite and binary stores, visualizes all relationships and is able to edit the data and generate Objective-C code for the data model.
pNre/ExSwift
A set of Swift extensions for standard types and classes.
Quick/Quick
The Swift (and Objective-C) testing framework.
cbot/ContextObserver
A small library to manage CoreData notifications in order to update the user interface when a NSManagedObject is either inserted, deleted or updated.
ksm/SwiftInFlux
An attempt to gather all that is in flux in Swift.
ijoshsmith/swift-threading
Simplified thread marshaling with a custom Swift operator function
DaveWoodCom/XCGLogger
A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
QueryKit/QueryKit
A simple CoreData query language for Swift and Objective-C.
SwiftyJSON/SwiftyJSON
The better way to deal with JSON data in Swift.
slazyk/Observable-Swift
KVO for Swift - Value Observing and Events
slazyk/SINQ
LINQ for Swift - Swift Integrated Query
newlinedotco/FlappySwift
swift implementation of flappy bird. More at fullstackedu.com
mdznr/What-s-New
Easily present the latest changes and features to your users on app updates.
venmo/synx
A command-line tool that reorganizes your Xcode project folder to match your Xcode groups
jmah/Clang-KeyPathValidator
Early exploration in a clang plugin for checking Cocoa KVC/KVO key paths
rentzsch/mach_override
runtime function overriding for Mac OS X