[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / a / 8 / JSPatch / 0.0.3 / JSPatch.podspec.json
blobc476ce8e0fe9271c699462b08ccab7be52f694fc
2   "name": "JSPatch",
3   "version": "0.0.3",
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": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/bang590/JSPatch.git",
20     "tag": "0.0.3"
21   },
22   "source_files": "JSPatch/*.{h,m}",
23   "public_header_files": "JSPatch/*.h",
24   "resources": "JSPatch/*.js",
25   "frameworks": [
26     "JavaScriptCore",
27     "Foundation"
28   ]