Podfile 261 B

123456789
  1. target 'LoopFollow' do
  2. use_frameworks!
  3. pod 'Charts'
  4. pod 'Eureka', :git => 'https://github.com/xmartlabs/Eureka.git', :branch => 'xcode12'
  5. pod 'ShareClient', :git => 'https://github.com/josep1972/dexcom-share-client-swift.git', :branch => 'dev'
  6. end