[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / 8 / JSPatch / 0.2 / JSPatch.podspec.json
blob0f04add7779e7922dc2fee029971abc6f83584d0
2   "name": "JSPatch",
3   "version": "0.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": "http://twitter.com/bang590",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/bang590/JSPatch.git",
20     "tag": "0.2"
21   },
22   "frameworks": "Foundation",
23   "weak_frameworks": "JavaScriptCore",
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "JSPatch/*.{h,m}",
29       "public_header_files": "JSPatch/*.h",
30       "resources": "JSPatch/*.js"
31     },
32     {
33       "name": "Extensions",
34       "source_files": "Extensions/**/*.{h,m}",
35       "public_header_files": "Extensions/**/*.h",
36       "dependencies": {
37         "JSPatch/Core": [
39         ]
40       }
41     }
42   ]