| { |
| "name": "Bridgeos", |
| "version": "1.0.0", |
| "license": "MIT", |
| "summary": "Cross-iframe js bridge between native and web for web view in macOS and iOS", |
| "homepage": "https://github.com/neutronstarer/bridge_os", |
| "authors": { |
| "neutronstarer": "neutronstarer@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/neutronstarer/bridge_os.git", |
| "tag": "1.0.0", |
| "submodules": true |
| }, |
| "description": "Cross-iframe js bridge between native and web for web view in macOS and iOS.", |
| "requires_arc": true, |
| "source_files": "Bridgeos/*.{h,m}", |
| "resources": [ |
| "Bridgejs/dist/hub.js", |
| "Bridgejs/dist/hub.min.js" |
| ], |
| "ios": { |
| "frameworks": [ |
| "UIKit", |
| "WebKit" |
| ] |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.11" |
| }, |
| "osx": { |
| "frameworks": [ |
| "WebKit" |
| ] |
| } |
| } |