4 "summary": "Integrates the pre-built J2ObjC frameworks into your project.",
5 "description": "Downloads the j2objc release and integrates the frameworks into your project.",
6 "homepage": "https://github.com/shim007/j2objc-pod",
9 "Corey-Pett": "coreyallenpett@gmail.com"
12 "git": "https://github.com/shim007/j2objc-pod.git",
18 "requires_arc": false,
19 "prepare_command": "scripts/download.sh",
20 "preserve_paths": "j2objc_lib/**/*",
21 "public_header_files": "j2objc_lib/include/**/*.h",
22 "source_files": "j2objc_lib/include/**/*.h",
23 "header_mappings_dir": "j2objc_lib/include",
30 "vendored_libraries": [
31 "j2objc_lib/lib/libjre_emul.a",
32 "j2objc_lib/lib/libjavax_inject.a"
35 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/j2objc_lib/include\""