Syed Haris Ali

3pods

CottonObject

CottonObject allows a developer to take the NSDictionary response and quickly wrap it in a formal Objective-C class. This has a number of benefits: * Because the object uses NSDictionary as the data store, it can be easily de/serialized using the NSCoding protocol. * Objects can be "faked" with dictionaries instanced from plists if your network or API is not up yet. * Provides type-safe getters and setters to the dictionary. Missing or wrongly keyed values return nil and as long as your code supports that (it awlays should), you'll avoid crashes when your web endpoint results change unexpectedly. * The property names are used as keys, eliminating the need for declaring string constants.

License: MIT

  • Objective C

EZAudio

A simple, intuitive audio framework for iOS and OSX useful for anyone doing audio processing and/or audio-based visualizations.

License: MIT

  • Objective C

SMBClient

License: MIT