[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / d / a / 8 / JSPatch / 1.0 / JSPatch.podspec.json
blob545eaaca3d06acb6a138fda9a76f43044f734cd8
2   "name": "JSPatch",
3   "version": "1.0",
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": "1.0"
21   },
22   "frameworks": "Foundation",
23   "weak_frameworks": "JavaScriptCore",
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "ios": {
29         "source_files": "JSPatch/*.{h,m}"
30       },
31       "public_header_files": "JSPatch/*.h",
32       "resources": "JSPatch/*.js"
33     },
34     {
35       "name": "Extensions",
36       "ios": {
37         "source_files": "Extensions/**/*.{h,m}"
38       },
39       "public_header_files": "Extensions/**/*.h",
40       "dependencies": {
41         "JSPatch/Core": [
43         ]
44       }
45     }
46   ]