source 'https://cdn.cocoapods.org/'

platform :ios, '15.0'

# Two app projects share this Podfile, so CocoaPods needs an explicit workspace.
workspace 'GooglePlaces-Swift.xcworkspace'

target 'GooglePlacesSwiftDemos' do
    project 'GooglePlacesSwiftDemos'
    pod 'GooglePlaces', '= 9.2.0'
end

target 'GooglePlacesSwiftXCFrameworkDemos' do
    project 'GooglePlacesSwiftXCFrameworkDemos'
    pod 'GooglePlaces', '= 9.2.0'
end
