blob: 2f6e13e92cf528d8590a80e86de26aaee3383e51 [file] [log] [blame]
{
"name": "WVJSC",
"version": "1.0.0",
"license": "MIT",
"summary": "Web View JavaScript Communication",
"homepage": "https://github.com/retriable/WebViewJavaScriptCommunication",
"authors": {
"retriable": "retriable@retriable.com"
},
"source": {
"git": "https://github.com/retriable/WebViewJavaScriptCommunication.git",
"tag": "1.0.0"
},
"description": "Web View JavaScript Communication.",
"requires_arc": true,
"source_files": "WVJSC/*.{h,m}",
"resources": "WVJSC/Resources/Proxy.js",
"ios": {
"frameworks": [
"UIKit",
"WebKit"
]
},
"osx": {
"frameworks": "WebKit"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"deprecated": true
}