Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 563 Bytes

dependency-management.md

File metadata and controls

20 lines (15 loc) · 563 Bytes

Dependency Management

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

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"