| { |
| "name": "JavaScriptBridge", |
| "version": "0.1.3", |
| "summary": "Write iOS apps in Javascript! JavaScriptBridge provides the way to write iOS apps with JavaScript.", |
| "homepage": "https://github.com/kishikawakatsumi/JavaScriptBridge", |
| "social_media_url": "https://twitter.com/k_katsumi", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "kishikawa katsumi": "kishikawakatsumi@mac.com" |
| }, |
| "source": { |
| "git": "https://github.com/kishikawakatsumi/JavaScriptBridge.git", |
| "tag": "v0.1.3" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Classes/**/*", |
| "private_header_files": [ |
| "Classes/Private/*.h", |
| "Classes/**/FrameworkSupport/**/*.h" |
| ], |
| "frameworks": "JavaScriptCore" |
| } |