// swift-tools-version: 5.10 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription let package = Package( name: "Blainks", platforms: [ .iOS(.v13) ], products: [ .library( name: "Blainks", targets: ["Blainks"] ) ], targets: [ .binaryTarget( name: "Blainks", url: "https://blainks.com/distribution/ios/1.5.7/Blainks.xcframework.zip", checksum: "47f9dc83e2dd3e62d4bc263a045cd67e21e0e860fdcae6b9cd460f11b8bef25e" ) ] )