| 
									
										
										
										
											2024-03-14 11:21:04 +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: "WebIdIosSdk", | 
					
						
							|  |  |  |     platforms: [ | 
					
						
							|  |  |  |         .iOS(.v13) | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     products: [ | 
					
						
							|  |  |  |         // Products define the executables and libraries a package produces, and make them visible to other packages. | 
					
						
							|  |  |  |         .library(name: "WebIdIosSdk", targets: ["WebIdIosSdkWrapper"]), | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     dependencies: [ | 
					
						
							|  |  |  |         // Dependencies declare other packages that this package depends on. | 
					
						
							|  |  |  |          | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     targets: [ | 
					
						
							|  |  |  |         .binaryTarget( | 
					
						
							|  |  |  |             name: "WebIdIosSdk", | 
					
						
							| 
									
										
										
										
											2025-09-17 15:15:33 +02:00
										 |  |  |             url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosSdk/20.0.0/WebIdIosSdk.framework-v20.0.0.zip", | 
					
						
							|  |  |  |             checksum: "72f9e59202f5631e43faf9d4b977054a8c1d15299ce18f2b7e94ab0daed806d4" | 
					
						
							| 
									
										
										
										
											2024-03-14 11:21:04 +01:00
										 |  |  |         ), | 
					
						
							|  |  |  |         .target( | 
					
						
							|  |  |  |             name: "WebIdIosSdkWrapper", | 
					
						
							|  |  |  |             dependencies: [ | 
					
						
							|  |  |  |                 .target(name: "WebIdIosSdk"), | 
					
						
							|  |  |  |                 // [target dependecies here] | 
					
						
							|  |  |  |                  | 
					
						
							|  |  |  |             ] | 
					
						
							|  |  |  |         ) | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     swiftLanguageVersions: [SwiftVersion.v5] | 
					
						
							|  |  |  | ) |