Skip to content

Commit 667278a

Browse files
authored
Include instructions for CocoaPods users
1 parent 22f8068 commit 667278a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ We make the assumption you are using an Xcode project to manage your code.
2323

2424
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.
2525

26+
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`
27+
2628
You then add all the interesting features you want your module to have.
2729

2830
### Using CocoaPods to manage dependencies for your example app

0 commit comments

Comments
 (0)