blob: f57bcecac028a7f7c04b299cbe52ef44b4dc890d [file] [log] [blame]
{
"name": "cordova-plugin-nativeview",
"version": "0.0.8",
"summary": "Start or Back to a native screen/page",
"description": "Start or Back to a UIViewController(ios)/Activity(Android) \nrelative to you cordova app",
"homepage": "https://github.com/mfdeveloper/cordova-plugin-nativeview",
"license": "MIT",
"authors": {
"Michel Felipe": "mfelipeof@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mfdeveloper/cordova-plugin-nativeview.git",
"tag": "0.0.8"
},
"source_files": "src/ios/*.{h,m}",
"dependencies": {
"Cordova": [
">= 4.3.0"
]
}
}