43pods
It's easy to forget that CGFloat
may actually be a double
despite it's
name. On 64-bit systems, where CGFLOAT_IS_DOUBLE
is set to 1 it will actually
be a double.
This may become cumbersome when you are developing an application where you want a single code base which builds for both 32-bit and 64-bit such as when developing against the 32-bit simulator and deploying arm64.
CGFloatType is a simple pod which provides helper methods on NSNumber
to help
deal with this. Along with providing various rounding, and various other math
functions which accept a CGFloat
.
License: BSD
Inconsolata is an open source font created by Raph Levien and released under the SIL Open Font License. It is a humanist monospaced font designed for source code listing, terminal emulators, and similar uses. It was influenced by the proprietary Consolas monospaced font, designed by Lucas de Groot, the proportional Avenir and IBM's classic monospaced Letter Gothic.
License: Custom
Implementation of RequestType and ResponseType for Nest Web Server Gateway Interface.
License: BSD
An NSValueTransformer which can serialize any NSCoding compatible objects.
License: BSD
An image view for downloading an image and providing re-try on failure
License: BSD
A paging flow view, similar to the scrollable iOS App Store screenshots.
License: MIT
UIStoryboardPushSegue for use outside a navigation controller
License: BSD
An elegant library for stubbing HTTP requests with ease in Swift.
License: BSD-3-Clause
The old posters and signs in the traditional neighborhood of Buenos Aires called Montserrat inspired me to design a typeface that rescues the beauty of urban typography from the first half of the twentieth century. The goal is to rescue what is in Montserrat and set it free, under a free, libre and open source license, the SIL Open Font License.
License: Custom
Attributed string extension for creating attributed strings by using a given format as a template into which the remaining argument values are substitued.
License: BSD
Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type Director of Ascender Corp. This version contains the complete 897 character set, which includes the standard ISO Latin 1, Latin CE, Greek and Cyrillic character sets. Open Sans was designed with an upright stress, open forms and a neutral, yet friendly appearance. It was optimized for print, web, and mobile interfaces, and has excellent legibility characteristics in its letterforms.
License: Apache 2
ReactiveCocoa (RAC) is a Cocoa framework built on top of ReactiveSwift. It provides APIs for using ReactiveSwift with Apple's Cocoa frameworks.
License: NOASSERTION
A behavior-driven development (BDD) framework and test runner for Swift projects and playgrounds. Foundation-free and Linux-ready!
License: BSD-2-Clause