From d43eb40784fcad0bbaac819f59a4f6d92c96cbef Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 6 Aug 2019 13:56:17 +0200 Subject: [PATCH] Add Charts --- Cartfile | 1 + Cartfile.resolved | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cartfile b/Cartfile index b54d88c..d4350f1 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1,2 @@ github "realm/realm-cocoa" +github "danielgindi/Charts" == 3.3.0 diff --git a/Cartfile.resolved b/Cartfile.resolved index dfa5f75..3829f5e 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1,2 @@ -github "realm/realm-cocoa" "v3.17.0" +github "danielgindi/Charts" "v3.3.0" +github "realm/realm-cocoa" "v3.17.3"