diff --git a/config.xml b/config.xml
index c1418873448082efd3c99ed8e5d1eea0bcb8cf62..a4556f5ec27b0ce24432faf9a85e37f9777c871f 100644
--- a/config.xml
+++ b/config.xml
@@ -108,7 +108,7 @@
         </config-file>
     </platform>
     <engine name="android" spec="^6.4.0" />
-    <engine name="ios" spec="^5.0.1" />
+    <engine name="ios" spec="^5.1.0-dev" />
     <plugin name="cordova-plugin-camera" spec="^2.4.1" />
     <plugin name="cordova-plugin-console" spec="^1.0.7" />
     <plugin name="cordova-plugin-device" spec="^1.1.6" />
diff --git a/platforms/platforms.json b/platforms/platforms.json
index 53ff521b9411bf83b7e173a577d2e99e178f2a85..44ff3a84e11bb05fb625a033374a103b7754eff3 100644
--- a/platforms/platforms.json
+++ b/platforms/platforms.json
@@ -1,3 +1,4 @@
 {
-  "ios": "4.5.5"
-}
\ No newline at end of file
+  "ios": "https://github.com/bpresles/cordova-ios.git",
+  "android": "6.4.0"
+}