@cantoo/capacitor-http-server
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -6,10 +6,10 @@ // swift-tools-version:5.9 | ||
| // of the plugin sources. Consumers install the plugin via CocoaPods using | ||
| // `CapacitorHttpServer.podspec` at the repository root. | ||
| // `CantooCapacitorHttpServer.podspec` at the repository root. | ||
| let package = Package( | ||
| name: "CapacitorHttpServer", | ||
| name: "CantooCapacitorHttpServer", | ||
| platforms: [.iOS(.v13)], | ||
| products: [ | ||
| .library( | ||
| name: "CapacitorHttpServer", | ||
| targets: ["CapacitorHttpServer"] | ||
| name: "CantooCapacitorHttpServer", | ||
| targets: ["CantooCapacitorHttpServer"] | ||
| ) | ||
@@ -23,3 +23,3 @@ ], | ||
| .target( | ||
| name: "CapacitorHttpServer", | ||
| name: "CantooCapacitorHttpServer", | ||
| dependencies: [ | ||
@@ -26,0 +26,0 @@ .product(name: "Capacitor", package: "capacitor-swift-pm"), |
+2
-2
| { | ||
| "name": "@cantoo/capacitor-http-server", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "Capacitor plugin exposing a local HTTP server on iOS and Android with routing delegated to JavaScript.", | ||
@@ -24,3 +24,3 @@ "main": "dist/plugin.cjs.js", | ||
| "ios/Package.swift", | ||
| "CapacitorHttpServer.podspec" | ||
| "CantooCapacitorHttpServer.podspec" | ||
| ], | ||
@@ -27,0 +27,0 @@ "author": "Cantoo Scribe", |
Sorry, the diff of this file is not supported yet
109587
0.04%