-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
28 lines (22 loc) · 781 Bytes
/
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
27
28
# Uncomment the next line to define a global platform for your project
platform :ios, '11.4'
target 'Health' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Health
#pod 'AWAREFramework', :git=>'https://github.com/tetujin/AWAREFramework-iOS.git'
pod 'AWAREFramework', '~> 1.10'
pod 'AWAREFramework/MotionActivity'
pod 'AWAREFramework/Microphone'
pod 'Charts'
pod 'DynamicColor'
pod 'ResearchKit', :git => 'https://github.com/ResearchKit/ResearchKit.git', :commit => '50a2b3427ac232c85f524b1ce63db8f3e1d501ef'
target 'HealthTests' do
inherit! :search_paths
# Pods for testing
end
target 'HealthUITests' do
inherit! :search_paths
# Pods for testing
end
end