The ResearchKit framework can also be added to your app using CocoaPods or Carthage.
- 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
)
Add the following line to your Podfile and run pod install
:
pod 'ResearchKit', '~> 1.0'
Add the following line to your Cartfile and run carthage update
:
github "ResearchKit/ResearchKit" "stable"