blob: e6a3413d8d2a1ff67a4a8353403b5a90585c63a1 [file] [log] [blame]
{
"name": "WVJSBridge",
"version": "0.0.1",
"summary": "JavaScript bridge between native (iOS) and JavaScript.",
"description": "Simple JavaScript bridge between native (iOS) and JavaScript.",
"homepage": "https://github.com/hncoder/WVJSBridge.git",
"license": "MIT",
"authors": {
"": ""
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/hncoder/WVJSBridge.git",
"tag": "0.0.1"
},
"source_files": [
"Pod/Classes",
"Pod/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}