diff --git a/Package.swift b/Package.swift
new file mode 100644
index 0000000..a898bd9
--- /dev/null
+++ b/Package.swift
@@ -0,0 +1,14 @@
+// swift-tools-version:5.0
+import PackageDescription
+
+let package = Package(
+ name: "Viperit",
+ platforms: [.iOS("8.0")],
+ products: [
+ .library(name: "Viperit", targets: ["Viperit"])
+ ],
+ targets: [
+ .target(name: "Viperit", path: "Viperit"),
+ .testTarget(name: "ViperitTests", dependencies: ["Viperit"], path: "ViperitTests")
+ ]
+)
diff --git a/Viperit/Info.plist b/Viperit/Info.plist
index 6216519..971c895 100644
--- a/Viperit/Info.plist
+++ b/Viperit/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.3.2
+ 1.3.3
CFBundleVersion
1
LSRequiresIPhoneOS