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

Commit

Permalink
Read Me changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ANSCoder committed Nov 30, 2019
1 parent dc9d3f5 commit d22c020
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file not shown.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ it, simply add the following line to your Podfile:
pod 'ANLoader', :git => 'https://github.com/ANSCoder/ANLoader.git'
```

### Swift Package Manager
```swift
dependencies: [
.package(url: "https://github.com/ANSCoder/ANLoader.git", from: "2.0.0")
]
```
#### or

Manually drag and drop `ANLoader.swift` single file inside your project.
Expand Down

0 comments on commit d22c020

Please sign in to comment.