23 October 2019 A tool which helps you diff xcodeproj files xcdiff is an extensible tool that finds differences between your .xcodeproj project files.
08 October 2019 A property wrapper to declare atomic properties in swift The atomic qualifier Swift was missing.
06 September 2019 Display Android Vectordrawables on iOS Cyborg is a partial port of Android's VectorDrawable to iOS.
23 August 2019 Utility library to simplify working with enums in swift EnumKit is a library that gives you the ability to simply access an enum associated value, without having to use pattern matching.
14 August 2019 Simple and fast fuzzy string matching in Swift Simple and fast "fuzzy" string matching. Can be used to implement Sublime Text-like search.
13 August 2019 A hotfix library based on flex/yacc A hotfix library based on flex/yacc. You can call any Objective-C class and method using DynamicOC.
13 June 2019 An extension on RealmCocoa which enables Swift native types to be saved in Realm Unrealm enables you to easily store Swift native Classes, Structs and Enums into Realm .
10 June 2019 CLI tool to parse the SLF serialization format used by Xcode XCLogParser is a CLI tool that parses the SLF serialization format used by Xcode and xcodebuild to store its Build and Test logs (xcactivitylog files).
26 May 2019 Unified communication patterns with easy closure in Swift Sometimes, you just want a unified and quick way to do it. Just call on on any NSObject subclasses and handle your events the quickest way
25 May 2019 Set of tools to drastically improve development speed of UI in iOS Set of tools to drastically improve development speed of UI in iOS applications.
23 May 2019 A declarative data-driven framework for rapid development of smooth UI A declarative data-driven framework for rapid development of smooth UI
12 March 2019 iOS tool that helps with profiling iOS Memory usage An iOS library providing developer tools for browsing objects in memory over time, using FBAllocationTracker and FBRetainCycleDetector.
20 February 2019 Runtime-based setup for tracking autolayout feedback loops The library helps to catch the OOMs caused by Autolayout Feedback Loop by replicating the behavior of UIViewLayoutFeedbackLoopDebuggingThreshold in the live code.
18 February 2019 Tool to debug layouts directly on iOS devices Tool to debug layouts directly on iOS devices: inspect layers in 3D and debug each visible view attributes.
17 January 2019 A little native network debugging tool for iOS Bagel is a little native iOS network debugger.
17 December 2018 A Swift library for creating and manipulating 3D geometry Euclid is a Swift library for creating and manipulating 3D geometry using techniques such as extruding or "lathing" 2D paths to create solid 3D shapes
12 November 2018 Makes it easy to integrate night mode Elegant way to integrate night mode to swift projects.
09 November 2018 Tests that save and assert against reference data Automatically record app data into test assertions.
14 October 2018 A collection of testing tools for iOS App development A collection of testing tools for iOS App development.
03 September 2018 A humble tool to help you presenting ideas by writing Swift A humble tool to help you presenting ideas by writing Swift.
01 September 2018 Get the available iOS device memory using Swift Get available/free disk space on the iPhone/iPad device using Swift.
12 August 2018 A missing lightweight task scheduler for Swift hourglass_flowing_sand Schedule is a light-weight task scheduler for Swift. It allows you run timed tasks using an incredibly human-friendly syntax.
31 July 2018 Framework that can get parameters from URL Path Matcha is Framework that can get parameters from URL Path. It does not have Router, so simple.