source 'https://github.com/CocoaPods/Specs.git' def shared_pods pod 'GRDB.swift', '>= 5.2.0' pod 'Valet', '>= 4.1.1' pod 'JWTDecode', '>= 2.5.0' end target 'SeattleHobbies' do platform :ios, '14.3' use_frameworks! shared_pods end target 'SeattleHobbiesMac' do platform :osx, '10.15' use_frameworks! shared_pods end