blob: 7255ee6c006e6cc57db5ad8333406ff1dd30d8d1 [file] [log] [blame]
{
"name": "WVJSB",
"version": "1.0.1",
"license": "MIT",
"summary": "WebView JavaScript Bridge",
"homepage": "https://github.com/retriable/WVJSB",
"authors": {
"retriable": "retriable@retriable.com"
},
"source": {
"git": "https://github.com/retriable/WVJSB.git",
"tag": "1.0.1"
},
"description": "Cross-iframe WebView JavaScript Bridge.",
"requires_arc": true,
"source_files": "WVJSB/*.{h,m}",
"resources": "WVJSB/Resources/Proxy.js",
"ios": {
"frameworks": [
"UIKit",
"WebKit"
]
},
"osx": {
"frameworks": "WebKit"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
}
}