blob: 3cb99d55546f2617e0a7ab7b228fd01321369077 [file] [log] [blame]
{
"name": "UIViewController+JSBridge",
"version": "1.0.0",
"summary": "Easy way to communicate between Cocoa code and JavaScript code in a UIWebView.",
"homepage": "https://github.com/needbee/uiviewcontroller-jsbridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josh Justice": "josh@need-bee.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/needbee/uiviewcontroller-jsbridge.git",
"tag": "1.0.0"
},
"source_files": [
"src",
"src/**/*.{h,m}"
],
"requires_arc": false
}