Skip to content

Commit

Permalink
Include instructions for CocoaPods users
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent authored Jun 25, 2017
1 parent 22f8068 commit 667278a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 667278a

Please sign in to comment.