blob: 284f1cf15f2ec837be907e07267504e9480ed89e [file] [log] [blame]
{
"name": "RCBridge",
"version": "0.1",
"summary": "A bridge for sending messages between native iOS and JavaScript in UIWebView/WKWebView.",
"homepage": "https://github.com/looping/RCBridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"looping": "www.looping@gmail.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/looping/RCBridge.git",
"tag": "0.1"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "RCBridge/*.{h,m}",
"resources": "RCBridge/*.{js}",
"frameworks": [
"UIKit",
"JavaScriptCore"
],
"weak_frameworks": "WebKit"
}
}