https://github.com/anders617/abcsvpackage
https://github.com/anders617/abcsvpackage
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anders617/abcsvpackage
- Owner: anders617
- License: mit
- Created: 2016-01-10T01:59:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T17:25:16.000Z (over 10 years ago)
- Last Synced: 2024-04-13T09:17:18.660Z (about 2 years ago)
- Language: Swift
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ABCSV Package
Testing the Swift Package Manager for Swift 2.2 using the ABCSV library.
###Installation
In order to add this as a dependency, create a Package.swift file in the project directory with the following code:
import PackageDescription
let package = Package(
name: "PROJECT_NAME",
dependencies: [
.Package(url: "https://github.com/anders617/ABCSVPackage.git", majorVersion:1),
]
)
Note: You must be running [Swift 2.2](https://swift.org/download/) and correctly format your project's directory to be compatible with the [Swift Package Manager](https://swift.org/package-manager/#conceptual-overview)