| { |
| "name": "TGJSBridge", |
| "version": "0.2.1", |
| "summary": "A lightweight javascript bridge to Cocoa Touch.", |
| "description": " TGJSBridge is a lightweight javascript bridge to cocoa. TGJSBridge is iOS4 and iPad compatible.\n", |
| "homepage": "https://github.com/ohsc/TGJSBridge", |
| "license": { |
| "type": "BSD", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Chao Shen": "shen218@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/ohsc/TGJSBridge.git", |
| "tag": "0.2.1" |
| }, |
| "platforms": { |
| "ios": "4.0" |
| }, |
| "source_files": "TGJSBridge/*.{h,m}", |
| "resources": "TGJSBridge/TGJSBridge.bundle", |
| "dependencies": { |
| "JSONKit": [ |
| "~> 1.4" |
| ] |
| }, |
| "requires_arc": false |
| } |