[Add] DocumentReaderBarcode 7.5.10922
[CocoaPods.git] / Specs / c / 1 / 9 / J2ObjC / 0.9 / J2ObjC.podspec.json
blobd1c2b132a72d99c821ef5da27a620ce7b2ec19f4
2   "name": "J2ObjC",
3   "version": "0.9",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE"
7   },
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.",
11   "source": {
12     "git": "https://github.com/goodow/j2objc.git",
13     "tag": "v0.9-lib"
14   },
15   "requires_arc": false,
16   "default_subspecs": [
17     "lib/jre"
18   ],
19   "header_mappings_dir": "dist/include",
20   "prepare_command": "    scripts/download_distribution.sh\n",
21   "subspecs": [
22     {
23       "name": "lib",
24       "frameworks": "Security",
25       "osx": {
26         "frameworks": "ExceptionHandling"
27       },
28       "xcconfig": {
29         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/J2ObjC/dist/lib\"",
30         "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC/dist/include\""
31       },
32       "subspecs": [
33         {
34           "name": "jre",
35           "preserve_paths": "dist",
36           "libraries": [
37             "jre_emul",
38             "z"
39           ],
40           "xcconfig": {
41             "OTHER_LDFLAGS": "-force_load ${PODS_ROOT}/J2ObjC/dist/lib/libjre_emul.a"
42           }
43         },
44         {
45           "name": "junit",
46           "dependencies": {
47             "J2ObjC/lib/jre": [
49             ]
50           },
51           "libraries": [
52             "j2objc_main",
53             "junit",
54             "mockito"
55           ]
56         },
57         {
58           "name": "guava",
59           "dependencies": {
60             "J2ObjC/lib/jre": [
62             ]
63           },
64           "libraries": "guava"
65         }
66       ]
67     }
68   ]