-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,7 @@ The first 64bytes of a CacheAdvance is reserved for storing metadata about the f | |
### Swift Package Manager | ||
To install CacheAdvance in your iOS project with [Swift Package Manager](https://github.com/apple/swift-package-manager), the following lines can be added to your `Package.swift` file: | ||
To install CacheAdvance in your project with [Swift Package Manager](https://github.com/apple/swift-package-manager), the following lines can be added to your `Package.swift` file: | ||
```swift | ||
dependencies: [ | ||
|
@@ -99,17 +99,12 @@ dependencies: [ | |
|
||
### CocoaPods | ||
|
||
To install CacheAdvance in your iOS project with [CocoaPods](http://cocoapods.org), add the following to your `Podfile`: | ||
To install CacheAdvance in your project with [CocoaPods](http://cocoapods.org), add the following to your `Podfile`: | ||
|
||
``` | ||
platform :ios, '13.0' | ||
pod 'CacheAdvance', '~> 3.0' | ||
``` | ||
|
||
### Submodules | ||
|
||
To use git submodules, checkout the submodule with `git submodule add [email protected]:dfed/CacheAdvance.git`, drag CacheAdvance.xcodeproj to your project, and add CacheAdvance as a build dependency. | ||
|
||
## Contributing | ||
|
||
I’m glad you’re interested in CacheAdvance, and I’d love to see where you take it. Please read the [contributing guidelines](Contributing.md) prior to submitting a Pull Request. | ||
|