6pods
An Objective-C library for encoding/decoding objects using Bencoding.
License: MIT
Includes:
- a category on NSData for getting data embedded into the Mach-O executable (embedding done via "Other Linker Flags" -sectcreate __TEXT __your_name "some_file_name"
)
- a category on ZipZap's ZZArchive
to load an archive from data embedded into the Mach-O executable
- a GRMustache GRMustacheTemplateRepository
subclass that loads its templates from a ZZArchive
NOTE: The Mach-O executable embedded data reading doesn't seem to compile when pods are set to use frameworks.
License: MIT
A url protocol that parses and returns fake responses with mock data.
License: MIT