[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / 8 / JSPatch / 1.1 / JSPatch.podspec.json
blob8591f0a969fa9ea93cb58759e7421b77228e82cb
2   "name": "JSPatch",
3   "version": "1.1",
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": "http://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"
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       "tvos": {
49         "source_files": "Extensions/**/*.*",
50         "public_header_files": "Extensions/**/*.h"
51       },
52       "dependencies": {
53         "JSPatch/Core": [
55         ]
56       }
57     },
58     {
59       "name": "Loader",
60       "ios": {
61         "source_files": "Loader/**/*.{h,m,c}",
62         "public_header_files": "Loader/*.h"
63       },
64       "tvos": {
65         "source_files": "Loader/**/*.{h,m,c}",
66         "public_header_files": "Loader/*.h"
67       },
68       "dependencies": {
69         "JSPatch/Core": [
71         ]
72       },
73       "libraries": "z"
74     }
75   ]