File tree 1 file changed +8
-11
lines changed
1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
# SwiftASCII
2
2
3
- [ ![ CI Build Status ] ( https://github.com/orchetect/SwiftASCII/actions/workflows/build.yml/badge.svg )] ( https://github.com/orchetect/SwiftASCII/actions/workflows/build.yml ) [ ![ Platforms - macOS 10.11+ | iOS 9+ | tvOS 9+ | watchOS 2+ | visionOS 1+ ] ( https:// img.shields.io/badge/platforms-macOS%2010.11+%20|%20iOS%209+%20|%20tvOS%209+%20|%20watchOS%202+%20|%20visionOS%201+-lightgrey.svg?style=flat )] ( https://developer.apple. com/swift ) ![ Swift 5.3-6.0 ] ( https://img.shields.io/badge/Swift-5.3–6.0-orange.svg?style=flat ) [ ![ Xcode 13-16 ] ( https://img.shields.io/badge/Xcode-13–16-blue.svg?style=flat )] ( https://developer.apple. com/swift ) [ ![ License: MIT] ( http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat )] ( https://github.com/orchetect/SwiftASCII/blob/main/LICENSE )
3
+ [ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2FSwiftASCII%2Fbadge%3Ftype%3Dplatforms )] ( https://swiftpackageindex. com/orchetect/SwiftASCII ) [ ![ ] ( https://img.shields.io/endpoint?url= https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2FSwiftASCII%2Fbadge%3Ftype%3Dswift-versions )] ( https://swiftpackageindex. com/orchetect/SwiftASCII ) [ ![ License: MIT] ( http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat )] ( https://github.com/orchetect/SwiftASCII/blob/main/LICENSE )
4
4
5
5
` ASCIIString ` and ` ASCIICharacter ` types for Swift offering validation and lossy conversion from ` String ` .
6
6
7
7
Complete unit test coverage.
8
8
9
9
## Getting Started
10
10
11
- ### Swift Package Manager (SPM)
11
+ 1 . SwiftASCII is available as a Swift Package that can be added as a dependency in your app or package.
12
12
13
- 1 . Add SwiftASCII as a dependency using Swift Package Manager.
14
-
15
- - In an app project or framework, in Xcode:
16
-
17
- - Select the menu: ** File → Swift Packages → Add Package Dependency...**
18
- - Enter this URL: ` https://github.com/orchetect/SwiftASCII `
13
+ - In an Xcode app project or framework add the package dependency to your target using this URL:
19
14
15
+ ` https://github.com/orchetect/SwiftASCII `
16
+
20
17
- In a Swift Package, add it to the Package.swift dependencies:
21
-
18
+
22
19
``` swift
23
- .package (url : " https://github.com/orchetect/SwiftASCII" , from : " 1.1.0 " )
20
+ .package (url : " https://github.com/orchetect/SwiftASCII" , from : " 1.1.5 " )
24
21
```
25
-
22
+
26
23
2 . Import the library:
27
24
28
25
```swift
You can’t perform that action at this time.
0 commit comments