[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / d / a / 8 / JSPatch / 0.1.4 / JSPatch.podspec.json
blobd9ac8e7887ece1e65568a6c64597d41cbf850bea
2   "name": "JSPatch",
3   "version": "0.1.4",
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.1.4"
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       "resources": "JSPatch/*.js"
32     },
33     {
34       "name": "Extensions",
35       "source_files": "Extensions/**/*.{h,m}",
36       "public_header_files": "Extensions/**/*.h",
37       "dependencies": {
38         "JSPatch/Core": [
40         ]
41       }
42     }
43   ]