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",
21 "source_files": "libMachO/**/*",
22 "resources": "libMachO/**/*",
23 "public_header_files": "libMachO/macho.h",
24 "header_mappings_dir": "libMachO/",
26 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/libMachO/**\"",
27 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
29 "pod_target_xcconfig": {
30 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/libMachO/**\"",
31 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"