diff --git a/Package.swift b/Package.swift index 5061b00..9c96554 100644 --- a/Package.swift +++ b/Package.swift @@ -4,14 +4,14 @@ import PackageDescription let package = Package( - name: "SnapKit", + name: "SnapSDK", platforms: [ .iOS(.v11) ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( - name: "SnapKit", + name: "SnapSDK", targets: ["SCSDKCoreKit", "SCSDKLoginKit", "SCSDKCreativeKit"]) ], targets: [