remove dependency
diff --git a/Package.swift b/Package.swift
index 26a03df..69119b7 100644
--- a/Package.swift
+++ b/Package.swift
@@ -29,15 +29,9 @@
             name: "cordova-plugin-device",
             targets: ["cordova-plugin-device"])
     ],
-    dependencies: [
-        .package(url: "https://github.com/apache/cordova-ios.git", branch: "master")
-    ],
     targets: [
         .target(
             name: "cordova-plugin-device",
-            dependencies: [
-                .product(name: "CordovaLib", package: "cordova-ios")
-            ],
             path: "src/",
             sources: ["ios"],
             publicHeadersPath: "ios"