You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ We make the assumption you are using an Xcode project to manage your code.
23
23
24
24
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.
25
25
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
+
26
28
You then add all the interesting features you want your module to have.
27
29
28
30
### Using CocoaPods to manage dependencies for your example app
0 commit comments