File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 3
3
import PackageDescription
4
4
5
5
let package = Package (
6
- name: " NumberParser " ,
6
+ name: " NumberParser " ,
7
+ platforms: [
8
+ . macOS( . v10_10) ,
9
+ . iOS( . v9) ,
10
+ . tvOS( . v9) ,
11
+ . watchOS( . v2)
12
+ ] ,
7
13
products: [
8
14
. library( name: " NumberParser " , targets: [ " NumberParser " ] ) ,
9
15
] ,
Original file line number Diff line number Diff line change 1
- # NumberParser
1
+ ![ Build Status] ( https://github.com/daltonclaybrook/NumberParser/actions/workflows/swift.yml/badge.svg )
2
+ [ ![ codecov] ( https://codecov.io/gh/daltonclaybrook/NumberParser/branch/main/graph/badge.svg )] ( https://codecov.io/gh/daltonclaybrook/NumberParser )
3
+ ![ Platforms] ( https://img.shields.io/badge/platforms-macOS%20%7C%20iOS%20%7C%20tvOS%20%7C%20watchOS-lightgrey )
4
+ [ ![ License] ( https://img.shields.io/badge/license-MIT-blue )] ( https://github.com/daltonclaybrook/NumberParser/blob/main/LICENSE.md )
2
5
3
- A utility used to parse number strings, e.g. "eight thousand four hundred seventy-three"
6
+ ** NumberParser ** is a Swift package used to parse number strings, e.g. "eight thousand four hundred seventy-three"
4
7
5
8
## Usage
6
9
You can’t perform that action at this time.
0 commit comments