[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 2 / d / j2objc-pod / 2.6 / j2objc-pod.podspec.json
blobf9e512f245aeb48b2e806a48a6a22f2bbf20b583
2   "name": "j2objc-pod",
3   "version": "2.6",
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",
7   "license": "private",
8   "authors": {
9     "Corey-Pett": "coreyallenpett@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/shim007/j2objc-pod.git",
13     "tag": "2.6"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
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",
24   "libraries": [
25     "jre_emul",
26     "icucore",
27     "z",
28     "iconv"
29   ],
30   "vendored_libraries": [
31     "j2objc_lib/lib/libjre_emul.a",
32     "j2objc_lib/lib/libjavax_inject.a"
33   ],
34   "xcconfig": {
35     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/j2objc_lib/include\""
36   }