You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
2 months ago
|
# 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
|