forked from FolioReader/FolioReaderKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Package.swift
14 lines (13 loc) · 749 Bytes
/
Package.swift
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/jessesquires/JSQWebViewController.git", majorVersion: 6, minor: 0),
.Package(url: "https://github.com/realm/realm-cocoa.git", majorVersion: 3, minor: 1),
]
)