blob: fb1a5367cc71092bfcaa267c4cf065c7353efa57 [file] [log] [blame]
{
"name": "cordova-plugin-nativeview",
"version": "1.0.9",
"summary": "Start or Back to a native screen/page from app or other app",
"description": "Start or Back to a UIViewController(ios)/Activity(Android) \nrelative to you cordova app or open other screen/page from other app. You can\nstart another app too (by package, uri scheme...)",
"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": "1.0.9"
},
"source_files": "src/ios/*.{h,m}",
"dependencies": {
"Cordova": [
">= 4.3.0"
]
}
}