# Uncomment the next line to define a global platform for your project
platform :ios, '17.5'

target 'RK-Setup-Cocoa' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for RK-Setup-Cocoa
  pod 'ResearchKit', '~> 2.2.16'

end