Skip to content
This repository was archived by the owner on Nov 26, 2020. It is now read-only.

Commit faa9203

Browse files
committed
Fixed AEXML URL
1 parent 1618b3f commit faa9203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
.package(url: "https://github.com/ZipArchive/ZipArchive.git", from: "2.1.0"),
1818
.package(url: "https://github.com/cxa/MenuItemKit.git", from: "3.0.0"),
1919
.package(url: "https://github.com/zoonooz/ZFDragableModalTransition.git", from: "0.6.0"),
20-
.package(url: "https://github.com/tadija/AEXML.git", from: "4.2.0"),
20+
.package(url: "https://github.com/tadija/AEXML.git", from: "4.7.0"),
2121
.package(url: "https://github.com/ArtSabintsev/FontBlaster.git", from: "4.0.0"),
2222
.package(url: "https://github.com/fantim/JSQWebViewController.git", from: "6.1.0"),
2323
.package(url: "https://github.com/realm/realm-cocoa.git", from: "3.1.0")

0 commit comments

Comments
 (0)