[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / 8 / JSPatch / 1.1.3 / JSPatch.podspec.json
blob00d7f6785da33d4b9374cdc4f274ae9b03d00acf
2   "name": "JSPatch",
3   "version": "1.1.3",
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.3"
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": [
58           "Extensions/JPCFunction/**/*",
59           "Extensions/JPLibffi/**/*"
60         ],
61         "public_header_files": [
62           "Extensions/JPCFunction/**/*.h",
63           "Extensions/JPLibffi/**/*.h"
64         ]
65       },
66       "vendored_libraries": "Extensions/JPLibffi/libffi/libffi.a",
67       "dependencies": {
68         "JSPatch/Core": [
70         ]
71       }
72     },
73     {
74       "name": "JPBlock",
75       "ios": {
76         "source_files": [
77           "Extensions/JPBlock/**/*",
78           "Extensions/JPLibffi/**/*"
79         ],
80         "public_header_files": [
81           "Extensions/JPBlock/**/*.h",
82           "Extensions/JPLibffi/**/*.h"
83         ]
84       },
85       "vendored_libraries": "Extensions/JPLibffi/libffi/libffi.a",
86       "dependencies": {
87         "JSPatch/Core": [
89         ]
90       }
91     },
92     {
93       "name": "JPCFunctionBinder",
94       "ios": {
95         "source_files": "Extensions/JPCFunctionBinder/**/*",
96         "public_header_files": "Extensions/JPCFunctionBinder/**/*.h"
97       },
98       "dependencies": {
99         "JSPatch/Core": [
101         ]
102       }
103     },
104     {
105       "name": "Loader",
106       "ios": {
107         "source_files": "Loader/**/*.{h,m,c}",
108         "public_header_files": "Loader/*.h"
109       },
110       "tvos": {
111         "source_files": "Loader/**/*.{h,m,c}",
112         "public_header_files": "Loader/*.h"
113       },
114       "dependencies": {
115         "JSPatch/Core": [
117         ]
118       },
119       "libraries": "z"
120     }
121   ]