4 "summary": "libMachO is a lightweight, C library for parsing in-memory Mach-O images.",
5 "description": "libMachO is a lightweight, C library for parsing in-memory Mach-O images.\nIt should not be used to parse binaries which have not been loaded into memory\nby the kernel/dyld. To keep the library lightweight libMachO overlays itself\natop the MachO binary and provides a structured set of APIs to parse the data.\nlibMachO does not build up its own independent representation of the Mach-O\nopting to continuously walk the Mach-O structures to access requested data.\nThis means that libMachO generally expects well-formed MachO binaries.",
6 "homepage": "https://github.com/DeVaukz/MachO-Kit",
9 "Devin Vaukz": "devin.vaukz@gmail.com"
12 "git": "https://github.com/DeVaukz/MachO-Kit.git",
22 "source_files": "libMachO/**/*",
23 "resources": "libMachO/**/*",
24 "public_header_files": "libMachO/macho.h",
25 "header_mappings_dir": "libMachO/",
27 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/libMachO/**\"",
28 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"