Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Updated manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Jun 13, 2020
1 parent a75d37b commit fc00ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import PackageDescription

let package = Package(
name: "FontBlaster",
platforms: [.iOS(.v8)],
products: [.library(name: "FontBlaster", targets: ["FontBlaster"])],
targets: [.target(name: "FontBlaster", path: "Sources")],
platforms: [.iOS(.v8)],
targets: [.target(name: "FontBlaster", path: "Sources")],
swiftLanguageVersions: [.v5]
)

0 comments on commit fc00ea9

Please sign in to comment.