[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / 6 / 2 / TGJSBridge / 0.2.1 / TGJSBridge.podspec.json
blob9c372537a4c09e2e747778e338715b496bbdbf97
2   "name": "TGJSBridge",
3   "version": "0.2.1",
4   "summary": "A lightweight javascript bridge to Cocoa Touch.",
5   "description": "                      TGJSBridge is a lightweight javascript bridge to cocoa. TGJSBridge is iOS4 and iPad compatible.\n",
6   "homepage": "https://github.com/ohsc/TGJSBridge",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Chao Shen": "shen218@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ohsc/TGJSBridge.git",
16     "tag": "0.2.1"
17   },
18   "platforms": {
19     "ios": "4.0"
20   },
21   "source_files": "TGJSBridge/*.{h,m}",
22   "resources": "TGJSBridge/TGJSBridge.bundle",
23   "dependencies": {
24     "JSONKit": [
25       "~> 1.4"
26     ]
27   },
28   "requires_arc": false