We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e501c commit 053625aCopy full SHA for 053625a
docs-standalone/dependency-management.md
@@ -3,6 +3,15 @@ Dependency Management
3
4
The ResearchKit framework can also be added to your app using CocoaPods or Carthage.
5
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
15
Installation with CocoaPods
16
------------
17
Add the following line to your [Podfile](http://guides.cocoapods.org/syntax/podfile.html) and run `pod install`:
0 commit comments