From b03940b0da9911ea45ab974ce194e3f17c413580 Mon Sep 17 00:00:00 2001 From: Dmitry Preobrazhenskiy Date: Fri, 25 Jan 2019 04:35:56 +0200 Subject: [PATCH] Add missing Carthage support Dependenices for the libraries used in the project should be list in the Cartfile so when an integrator adds Macaw to his Cartfile the dependencies should be also downloaded --- Cartfile | 1 + Cartfile.resolved | 1 + 2 files changed, 2 insertions(+) create mode 100644 Cartfile create mode 100644 Cartfile.resolved diff --git a/Cartfile b/Cartfile new file mode 100644 index 00000000..929b2d2f --- /dev/null +++ b/Cartfile @@ -0,0 +1 @@ +github "drmohundro/SWXMLHash" ~> 4.7.5 \ No newline at end of file diff --git a/Cartfile.resolved b/Cartfile.resolved new file mode 100644 index 00000000..6e370f4e --- /dev/null +++ b/Cartfile.resolved @@ -0,0 +1 @@ +github "drmohundro/SWXMLHash" "4.7.6"