Podfile 182 B

12345678
  1. target 'LoopFollow' do
  2. use_frameworks!
  3. pod 'Charts'
  4. pod 'ShareClient', :git => 'https://github.com/loopandlearn/dexcom-share-client-swift.git', :branch => 'loopfollow'
  5. end