Skip to content

Commit

Permalink
chore: remove dynamic type
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlab committed Feb 8, 2021
1 parent 8323799 commit 4a63b93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ let package = Package(
products: [
.library(
name: "SweetCardScanner",
type: .dynamic,
targets: ["SweetCardScanner"]),
],

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
![Platform: iOS 13+](https://img.shields.io/badge/platform-iOS%2013%2B-blue?style=flat&logo=apple)
![SwiftPM compatible](https://img.shields.io/badge/SPM-compatible-brightgreen?style=flat&logo=swift)
[![License: MIT](https://img.shields.io/badge/license-MIT-lightgrey?style=flat)](https://github.com/aaronLab/SweetCardScanner/blob/main/LICENSE)
[![Release version](https://img.shields.io/badge/release-v1.0.1-blue)](https://github.com/aaronLab/SweetCardScanner/releases)
[![Release version](https://img.shields.io/badge/release-v1.0.2-blue)](https://github.com/aaronLab/SweetCardScanner/releases)

# SweetCardScanner

Expand Down

0 comments on commit 4a63b93

Please sign in to comment.