5 "type": "Apache License, Version 2.0",
8 "summary": "J2ObjC's JRE emulation library, emulates a subset of the Java runtime library.",
9 "homepage": "https://code.google.com/p/j2objc/",
10 "authors": "Google Inc.",
12 "git": "https://github.com/goodow/j2objc.git",
15 "requires_arc": false,
19 "header_mappings_dir": "dist/include",
20 "prepare_command": " scripts/download_distribution.sh\n",
24 "frameworks": "Security",
26 "frameworks": "ExceptionHandling"
29 "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/J2ObjC/dist/lib\"",
30 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC/dist/include\""
35 "preserve_paths": "dist",
41 "OTHER_LDFLAGS": "-force_load ${PODS_ROOT}/J2ObjC/dist/lib/libjre_emul.a"