[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 6 / c / J2ObjC101 / 1.0.1.1 / J2ObjC101.podspec.json
blob46b9132d5bf51065a924aa120ab10b637a68e626
2   "name": "J2ObjC101",
3   "version": "1.0.1.1",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "J2ObjC's 1.0.1 JRE emulation library, emulates a subset of the Java runtime library.",
9   "homepage": "https://github.com/AJ9/j2objc",
10   "authors": "Google Inc.",
11   "source": {
12     "git": "https://github.com/AJ9/j2objc.git",
13     "tag": "1.0.1.1"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "default_subspecs": "lib/jre",
19   "requires_arc": true,
20   "header_mappings_dir": "dist/include",
21   "public_header_files": "dist/**/*.{h,m}",
22   "prepare_command": "scripts/download_distribution.sh",
23   "subspecs": [
24     {
25       "name": "lib",
26       "frameworks": "Security",
27       "osx": {
28         "frameworks": "ExceptionHandling"
29       },
30       "xcconfig": {
31         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/J2ObjC101/dist/lib\"",
32         "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC101/dist/include\""
33       },
34       "subspecs": [
35         {
36           "name": "jre",
37           "preserve_paths": "dist",
38           "libraries": [
39             "jre_emul",
40             "icucore",
41             "z"
42           ]
43         },
44         {
45           "name": "jsr305",
46           "dependencies": {
47             "J2ObjC101/lib/jre": [
49             ]
50           },
51           "libraries": "jsr305"
52         },
53         {
54           "name": "junit",
55           "dependencies": {
56             "J2ObjC101/lib/jre": [
58             ]
59           },
60           "libraries": [
61             "j2objc_main",
62             "junit",
63             "mockito"
64           ]
65         },
66         {
67           "name": "guava",
68           "dependencies": {
69             "J2ObjC101/lib/jre": [
71             ]
72           },
73           "libraries": "guava"
74         }
75       ]
76     }
77   ]