From f8190999f51851106a9821edbd983c18230f2bfb Mon Sep 17 00:00:00 2001 From: Dan Motzenbecker Date: Fri, 21 Aug 2015 23:48:19 -0400 Subject: [PATCH] podfile --- resources/Podfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 resources/Podfile diff --git a/resources/Podfile b/resources/Podfile new file mode 100644 index 0000000..ef9dfd3 --- /dev/null +++ b/resources/Podfile @@ -0,0 +1,4 @@ +source 'https://github.com/CocoaPods/Specs.git' +platform :ios, '8.0' + +pod "Ambly", "~> 0.6.0"