| 
									
										
										
										
											2024-03-19 13:44:31 +01:00
										 |  |  | // swift-tools-version:5.3 | 
					
						
							|  |  |  | // The swift-tools-version declares the minimum version of Swift required to build this package. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | import PackageDescription | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | let package = Package( | 
					
						
							|  |  |  |     name: "WebIdPluginCore", | 
					
						
							|  |  |  |     platforms: [ | 
					
						
							|  |  |  |         .iOS(.v13) | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     products: [ | 
					
						
							|  |  |  |         // Products define the executables and libraries a package produces, and make them visible to other packages. | 
					
						
							|  |  |  |         .library(name: "WebIdPluginCore", targets: ["WebIdPluginCoreWrapper"]), | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     dependencies: [ | 
					
						
							|  |  |  |         // Dependencies declare other packages that this package depends on. | 
					
						
							|  |  |  |         .package( | 
					
						
							|  |  |  |             name: "WebIdUiKitComponents", | 
					
						
							|  |  |  |             url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ui-components-spm.git", | 
					
						
							| 
									
										
										
										
											2025-09-18 15:44:48 +02:00
										 |  |  |             .branch("snapshots") | 
					
						
							| 
									
										
										
										
											2024-03-19 13:44:31 +01:00
										 |  |  |         ), | 
					
						
							|  |  |  |         .package( | 
					
						
							|  |  |  |             name: "WebIdIosSdk", | 
					
						
							|  |  |  |             url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", | 
					
						
							| 
									
										
										
										
											2025-10-21 10:49:51 +02:00
										 |  |  |             .branch("experimental") | 
					
						
							| 
									
										
										
										
											2024-03-19 13:44:31 +01:00
										 |  |  |         ) | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     targets: [ | 
					
						
							|  |  |  |         .binaryTarget( | 
					
						
							|  |  |  |             name: "WebIdPluginCore", | 
					
						
							| 
									
										
										
										
											2025-10-27 11:12:12 +01:00
										 |  |  |             url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdPluginCore/20.3.1/WebIdPluginCore.framework-v20.3.1-SNAPSHOT-348.zip", | 
					
						
							| 
									
										
										
										
											2025-10-27 14:06:01 +01:00
										 |  |  |             checksum: "4dd9c1b4568d54815e23f8f0f87b5043982cbf5b9fb1ed67a85c896d38f4fb25" | 
					
						
							| 
									
										
										
										
											2024-03-19 13:44:31 +01:00
										 |  |  |         ), | 
					
						
							|  |  |  |         .target( | 
					
						
							|  |  |  |             name: "WebIdPluginCoreWrapper", | 
					
						
							|  |  |  |             dependencies: [ | 
					
						
							|  |  |  |                 .target(name: "WebIdPluginCore"), | 
					
						
							|  |  |  |                 // [target dependecies here] | 
					
						
							|  |  |  |                  | 
					
						
							|  |  |  |                 .product(name: "WebIdUiKitComponents", package: "WebIdUiKitComponents"), | 
					
						
							|  |  |  |                 .product(name: "WebIdIosSdk", package: "WebIdIosSdk"), | 
					
						
							|  |  |  |             ] | 
					
						
							|  |  |  |         ) | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     swiftLanguageVersions: [SwiftVersion.v5] | 
					
						
							|  |  |  | ) |