forked from FolioReader/FolioReaderKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackage.swift
More file actions
14 lines (13 loc) · 743 Bytes
/
Package.swift
File metadata and controls
14 lines (13 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import PackageDescription
let package = Package(
name: "FolioReaderKit",
dependencies: [
.Package(url: "https://github.com/ZipArchive/ZipArchive.git", majorVersion: 2, minor: 1),
.Package(url: "https://github.com/cxa/MenuItemKit.git", majorVersion: 3, minor: 0),
.Package(url: "https://github.com/zoonooz/ZFDragableModalTransition.git", majorVersion: 0, minor: 6),
.Package(url: "https://github.com/tadija/AEXML.git", majorVersion: 4, minor: 2),
.Package(url: "https://github.com/ArtSabintsev/FontBlaster.git", majorVersion: 4, minor: 0),
.Package(url: "https://github.com/fantim/JSQWebViewController.git", majorVersion: 6, minor: 1),
.Package(url: "https://github.com/realm/realm-cocoa.git", majorVersion: 3, minor: 1),
]
)