-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPodfile
26 lines (22 loc) · 1.07 KB
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
target 'PAM-Reference-App' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for PAM-Reference-App
pod "ResearchSuiteResultsProcessor", :path => '/Users/Christina/Desktop/Cornell Tech/ResearchSuite/ResearchKit/ResearchSuiteResultsProcessor-ios'
pod "ResearchSuiteResultsProcessor/CSVBackend", :path => '/Users/Christina/Desktop/Cornell Tech/ResearchSuite/ResearchKit/ResearchSuiteResultsProcessor-ios'
pod "SwiftyMarkdown", :git => 'https://github.com/avalla/SwiftyMarkdown', :branch => 'swift3'
pod "OhmageOMHSDK"
pod "OhmageOMHSDK/RKSupport"
pod "OhmageOMHSDK/RSRPSupport"
pod "OhmageOMHSDK/RSTBSupport"
pod "sdlrkx", :path => '/Users/Christina/Desktop/Cornell Tech/ResearchSuite/ResearchKit/sdl-rkx'
pod "ResearchKit"
pod "ResearchSuiteTaskBuilder"
pod "ResearchSuiteAppFramework"
target 'PAM-Reference-AppTests' do
inherit! :search_paths
# Pods for testing
end
end