From 45fcebec5751fba31bfdaba5cb10dd946a7649f8 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Mon, 29 Dec 2014 00:54:52 +0000 Subject: [PATCH] [README] Add installation instructions Closes #21 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 429386c..54e482b 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,18 @@ switch result { } ``` +## Installation + +Installation with CocoaPods is recommended using CocoaPods 0.36. + +```ruby +pod 'Stencil' +``` + +### Sub-projects + +Alternatively, you can clone Stencil via git or as a submodule and include `Stencil.xcodeproj` inside your project and add `Stencil.framework` as a target dependency. + ## Philosophy Stencil follows the same philosophy of Django: