Logan Sease

6pods

BlockstackCoreApi-iOS

This pod allows you to perform lookups against the blockstack core api from your mobile apps and to authorize your app to access user data from the blockstack platform

License: MIT

  • Swift

QJsonable

In our ReSTful API world, we are constantly passing JSON objects to our api and receiving them back. Constantly serializating these objects to and from json string and dictionaries can be cumbersome and can make your model classes and data services start to fill up with boiler plate parsing code.

To solve this, I introduce QJsonable. An amazingly powerful and simple library for serializing and deserializing json objects.

Simple have your model classes extend the QJsonable class and the world shall become your oyster.

QJsonable makes converting objects to dictionaries and arrays of dictionaries a breeze. It includes support for nested model objects, nested array model objects, multiple date serializers, easily storing and loading objects from user defaults and converting your array arrays and dictionaries to json Strings and vice versa.

License: MIT

  • Objective C

QwikHttp

QwikHttp is based around that making HTTP networking calls to your Rest APIs should be quick, easy, and clean. Qwik Http allows you to send http requests and get its results back in a single line of code It is super, light weight- but very dynamic. It uses an inline builder style syntax to keep your code super clean.

It is written in swift and uses the most recent ios networking api, NSURLSession.

License: MIT

  • Swift

QwikJson

In our ReSTful API world, we are constantly passing JSON objects to our api and receiving them back. Constantly serializating these objects to and from json string and dictionaries can be cumbersome and can make your model classes and data services start to fill up with boiler plate parsing code.

To solve this, I introduce QwikJson. An amazingly powerful and simple library for serializing and deserializing json objects.

Simple have your model classes extend the QwikJson class and the world shall become your oyster.

QwikJson makes converting objects to dictionaries and arrays of dictionaries a breeze. It includes support for nested model objects, nested array model objects, multiple date serializers, easily storing and loading objects from user defaults and converting your array arrays and dictionaries to json Strings and vice versa.

License: MIT

  • Objective C

SeaseAssist

"A Library of Awesome Helper classes designed to help you work quickly and effeciently during iOS Development. Based on the concept that we should create simple one line accessors to commonly written code, there by making our code more reusable and and readable."

License: MIT

  • Objective C

ZoomyHeader

Zoomy header is a way to add an image cell to your UITableView that will zoom in as you scroll up, similar to Twitter and other apps. It is simple to implement with just a few lines of code!

License: MIT

  • Swift