Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 893 Bytes

dependency-management.md

File metadata and controls

29 lines (21 loc) · 893 Bytes

Dependency Management

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

Prerequisites

  • Git 2.19 or later (git --version)
  • Git-LFS 2.4.2 or later (git-lfs --version)
  • CocoaPods 1.0 or later (pod env --version)
  • Carthage 0.30 or later (carthage version)

Installation with CocoaPods

Add the following line to your Podfile and run pod install:

pod 'ResearchKit', '~> 1.0'

Installation with Carthage

Add the following line to your Cartfile and run carthage update:

github "ResearchKit/ResearchKit" "stable"