From 667278a5c89153b87abea12faface7c4ab5d195a Mon Sep 17 00:00:00 2001 From: William Entriken Date: Sat, 24 Jun 2017 23:44:55 -0400 Subject: [PATCH] Include instructions for CocoaPods users --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64fb633..857d849 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ We make the assumption you are using an Xcode project to manage your code. Clone or [download a release](https://github.com/fulldecent/swift-package/releases) and run the `./configure` program. It will ask you some questions and generate a project. +Or if you have CocoaPods installed, you can alternatively start a new project using this template with: `pod lib create --verbose --template-url='https://github.com/fulldecent/swift3-module-template.git' MyNewPodsName` + You then add all the interesting features you want your module to have. ### Using CocoaPods to manage dependencies for your example app