The ResearchKit framework can also be added to your app using CocoaPods or Carthage.
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"