Skip to content

Commit 053625a

Browse files
committed
Add prerequisites to the dependency management doc (fixes issue ResearchKit#1184)
1 parent e7e501c commit 053625a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs-standalone/dependency-management.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ Dependency Management
33

44
The ResearchKit framework can also be added to your app using CocoaPods or Carthage.
55

6+
Prerequisites
7+
------------
8+
9+
* [Git](https://www.git-scm.com) 2.19 or later (`git --version`)
10+
* [Git-LFS](https://git-lfs.github.com) 2.4.2 or later (`git-lfs --version`)
11+
* [CocoaPods](https://cocoapods.org) 1.0 or later (`pod env --version`)
12+
* [Carthage](https://github.com/Carthage/Carthage) 0.30 or later (`carthage version`)
13+
14+
615
Installation with CocoaPods
716
------------
817
Add the following line to your [Podfile](http://guides.cocoapods.org/syntax/podfile.html) and run `pod install`:

0 commit comments

Comments
 (0)