2 "name": "VOKEmbeddedTemplateTools",
4 "summary": "Handle a zip file of mustache templates embedded into the Mach-O executable.",
5 "description": " Includes:\n - 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\"`)\n - a category on [ZipZap](https://github.com/pixelglow/zipzap)'s `ZZArchive` to load an archive from data embedded into the Mach-O executable\n - a [GRMustache](https://github.com/groue/GRMustache) `GRMustacheTemplateRepository` subclass that loads its templates from a `ZZArchive`\n\n ***NOTE:*** The Mach-O executable embedded data reading doesn't seem to compile when pods are set to use frameworks.\n",
6 "homepage": "https://github.com/vokal/VOKEmbeddedTemplateTools",
9 "Isaac Greenspan": "isaac.greenspan@vokal.io"
12 "git": "https://github.com/vokal/VOKEmbeddedTemplateTools.git",
21 "name": "NSData+VOKMachOEmbedded",
22 "source_files": "Pod/NSData+VOKMachOEmbedded.{h,m}"
25 "name": "ZZArchive+VOKMachOEmbedded",
26 "source_files": "Pod/ZZArchive+VOKMachOEmbedded.{h,m}",
28 "VOKEmbeddedTemplateTools/NSData+VOKMachOEmbedded": [
37 "name": "VOKZZArchiveTemplateRepository",
38 "source_files": "Pod/VOKZZArchiveTemplateRepository.{h,m}",