[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / d / a / 8 / JSPatch / 0.1.1 / JSPatch.podspec.json
blob0f49b715f22f046972242fedc06523e0bbff1c72
2   "name": "JSPatch",
3   "version": "0.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\n                   Objective-C runtime. You can call any Objective-C class and\n                   method in JavaScript by just including a small engine.\n                   That makes the APP obtaining the power of script language:\n                   add modules or replacing Objective-C codes to fix bugs dynamically.\n",
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.1.1"
21   },
22   "resources": "JSPatch/*.js",
23   "frameworks": "Foundation",
24   "weak_frameworks": "JavaScriptCore",
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "JSPatch/*.{h,m}",
30       "public_header_files": "JSPatch/*.h"
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   ]