[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / a / 8 / JSPatch / 1.1.2 / JSPatch.podspec.json
blob2b57c41474b38ee544a64230c7e7a2c928029eaf
2   "name": "JSPatch",
3   "version": "1.1.2",
4   "summary": "JSPatch bridge Objective-C and JavaScript. You can call any Objective-C class and method in JavaScript by just including a small engine.",
5   "description": "JSPatch bridges Objective-C and JavaScript using the\nObjective-C runtime. You can call any Objective-C class and\nmethod in JavaScript by just including a small engine.\nThat makes the APP obtaining the power of script language:\nadd modules or replacing Objective-C codes to fix bugs dynamically.",
6   "homepage": "https://github.com/bang590/JSPatch",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "bang": "bang590@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/bang590",
15   "platforms": {
16     "ios": "6.0",
17     "tvos": "9.0",
18     "osx": "10.9"
19   },
20   "source": {
21     "git": "https://github.com/bang590/JSPatch.git",
22     "tag": "1.1.2"
23   },
24   "frameworks": "Foundation",
25   "weak_frameworks": "JavaScriptCore",
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "ios": {
31         "source_files": "JSPatch/*.{h,m}"
32       },
33       "tvos": {
34         "source_files": "JSPatch/*.{h,m}"
35       },
36       "osx": {
37         "source_files": "JSPatch/*.{h,m}"
38       },
39       "public_header_files": "JSPatch/*.h",
40       "resources": "JSPatch/*.js"
41     },
42     {
43       "name": "Extensions",
44       "ios": {
45         "source_files": "Extensions/*",
46         "public_header_files": "Extensions/*.h"
47       },
48       "dependencies": {
49         "JSPatch/Core": [
51         ]
52       }
53     },
54     {
55       "name": "JPCFunction",
56       "ios": {
57         "source_files": "Extensions/JPCFunction/**/*",
58         "public_header_files": "Extensions/JPCFunction/**/*.h"
59       },
60       "dependencies": {
61         "JSPatch/Core": [
63         ]
64       }
65     },
66     {
67       "name": "JPCFunctionBinder",
68       "ios": {
69         "source_files": "Extensions/JPCFunctionBinder/**/*",
70         "public_header_files": "Extensions/JPCFunctionBinder/**/*.h"
71       },
72       "dependencies": {
73         "JSPatch/Core": [
75         ]
76       }
77     },
78     {
79       "name": "Loader",
80       "ios": {
81         "source_files": "Loader/**/*.{h,m,c}",
82         "public_header_files": "Loader/*.h"
83       },
84       "tvos": {
85         "source_files": "Loader/**/*.{h,m,c}",
86         "public_header_files": "Loader/*.h"
87       },
88       "dependencies": {
89         "JSPatch/Core": [
91         ]
92       },
93       "libraries": "z"
94     }
95   ]