CB-13170 updated cordovaDependency
diff --git a/README.md b/README.md
index f534be4..f748bb9 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,8 @@
 
 ## Deprecated
 
-> This plugin is no longer being worked on as the functionality provided by this plugin is now included in cordova-ios 4.5.0 or greater, and support is already built in to cordova-windows > 5.0.0. You should upgrade your application to use version 2.0.0 of this plugin. It will detect whether or not the plugin is required based on the version of cordova-ios and cordova-windows your app uses.
+> This plugin is no longer being worked on as the functionality provided by this plugin is now included in cordova-ios 4.5.0 or greater, and support is already built in to cordova-windows > 5.0.0. You should remove this plugin from your applications.
+ 
 > Please file issues for this plugin against their respective platforms (cordova-ios, cordova-windows).
 
 ## Description
diff --git a/package.json b/package.json
index 0a4c501..bf2ca58 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
   "license": "Apache-2.0",
   "engines": {
     "cordovaDependencies": {
-      ">=2.0.0": {
+      ">=1.1.0": {
         "cordova-ios": "<4.5.0",
         "cordova-windows": "<=5.0.0"
       }