-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathPodfile
25 lines (21 loc) · 783 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
# Uncomment this line to define a global platform for your project
# platform :ios, '10.0'
# Uncomment this line if you're using Swift
use_frameworks!
target 'LibreMonitor' do
#pod 'Charts' '~> 2.2.5'
#pod 'Charts', :branch => 'Swift-3.0'
#pod 'Charts', :git => 'https://github.com/danielgindi/Charts.git', :branch => 'Swift-3.0'
#pod 'Charts', :git => 'https://github.com/danielgindi/Charts.git', :branch => 'Chart2.2.5-Swift3.0'
#pod 'Charts', :git => 'https://github.com/danielgindi/Charts.git', :branch => 'master'
#pod 'Charts', '~> 3.0.2'
#pod 'Charts'
pod 'Charts', :git => 'https://github.com/danielgindi/Charts.git', :branch => 'master'
platform :ios, '12'
end
target 'LibreMonitorTests' do
platform :ios, '12'
end
target 'LibreMonitorUITests' do
platform :ios, '12'
end