[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 4 / 3 / 0 / J2ObjC2-Framework / 2.0.5-5 / J2ObjC2-Framework.podspec.json
blob8a810bc605cdfd9c66707f1e2fcf0b760a614454
2   "name": "J2ObjC2-Framework",
3   "version": "2.0.5-5",
4   "summary": "Swift-compatible J2ObjC static framework pod",
5   "homepage": "http://j2objc.org",
6   "authors": "J2ObjC Team",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/kustra/J2ObjC-Framework.git",
16     "tag": "2.0.5-5"
17   },
18   "static_framework": true,
19   "preserve_paths": "dist",
20   "prepare_command": "scripts/download.sh",
21   "frameworks": "Security",
22   "osx": {
23     "frameworks": "ExceptionHandling"
24   },
25   "default_subspecs": "all",
26   "subspecs": [
27     {
28       "name": "all",
29       "dependencies": {
30         "J2ObjC2-Framework/JRE": [
32         ],
33         "J2ObjC2-Framework/JSR305": [
35         ]
36       }
37     },
38     {
39       "name": "JRE",
40       "vendored_frameworks": "dist/frameworks/JRE.framework",
41       "ios": {
42         "frameworks": "UIKit"
43       },
44       "libraries": [
45         "z",
46         "icucore",
47         "iconv"
48       ],
49       "xcconfig": {
50         "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC2-Framework/dist/frameworks/JRE.framework/Headers\""
51       },
52       "pod_target_xcconfig": {
53         "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC2-Framework/dist/frameworks/JRE.framework/Headers\""
54       }
55     },
56     {
57       "name": "JSR305",
58       "dependencies": {
59         "J2ObjC2-Framework/JRE": [
61         ]
62       },
63       "vendored_frameworks": "dist/frameworks/JSR305.framework",
64       "xcconfig": {
65         "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC2-Framework/dist/frameworks/JSR305.framework/Headers\""
66       },
67       "pod_target_xcconfig": {
68         "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC2-Framework/dist/frameworks/JSR305.framework/Headers\""
69       }
70     }
71   ]