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",
12 "bang": "bang590@gmail.com"
14 "social_media_url": "https://twitter.com/bang590",
21 "git": "https://github.com/bang590/JSPatch.git",
24 "frameworks": "Foundation",
25 "weak_frameworks": "JavaScriptCore",
26 "default_subspecs": "Core",
31 "source_files": "JSPatch/*.{h,m}"
34 "source_files": "JSPatch/*.{h,m}"
37 "source_files": "JSPatch/*.{h,m}"
39 "public_header_files": "JSPatch/*.h",
40 "resources": "JSPatch/*.js"
45 "source_files": "Extensions/*",
46 "public_header_files": "Extensions/*.h"
55 "name": "JPCFunction",
58 "Extensions/JPCFunction/**/*",
59 "Extensions/JPLibffi/**/*"
61 "public_header_files": [
62 "Extensions/JPCFunction/**/*.h",
63 "Extensions/JPLibffi/**/*.h"
66 "vendored_libraries": "Extensions/JPLibffi/libffi/libffi.a",
77 "Extensions/JPBlock/**/*",
78 "Extensions/JPLibffi/**/*"
80 "public_header_files": [
81 "Extensions/JPBlock/**/*.h",
82 "Extensions/JPLibffi/**/*.h"
85 "vendored_libraries": "Extensions/JPLibffi/libffi/libffi.a",
93 "name": "JPCFunctionBinder",
95 "source_files": "Extensions/JPCFunctionBinder/**/*",
96 "public_header_files": "Extensions/JPCFunctionBinder/**/*.h"
107 "source_files": "Loader/**/*.{h,m,c}",
108 "public_header_files": "Loader/*.h"
111 "source_files": "Loader/**/*.{h,m,c}",
112 "public_header_files": "Loader/*.h"