6pods
A minimal category which extends AFNetworking to support synchronous requests. Supports AFNetworking 1.x, 2.x, and 3.x.
License: MIT
High-performance BSON serialization and deserialization in Objective-C
License: Apache 2
Mac OS and iOS library for MongoDB and BSON. - Simple BSON encoding and decoding, using dictionaries. - Built-in support for arrays, dictionaries, embedded objects, strings, numbers, dates, object IDs, and the miscellaneous MongoDB types. - More complex encoding and decoding based on NSCoder's keyed coding scheme. A robust delegate interface lets you implement encoding and decoding entirely outside the model classes if necessary. - Automatically encodes and decodes Core Data entities. Using the coder's delegate interface you can customize the default behavior, or simply implement alternate behavior it in the entity class. - Aims to feel Cocoa-like, not Mongo-like. For example, method names in MongoKeyedPredicate and MongoUpdateRequest are natural in Cocoa, though they don't conform to the underlying Mongo keywords.
License: Custom
Simple implementation of a thread-safe object pool. When the pool is empty, it naively creates another object using a block provided.
License: Apache 2