scratchjr/ios/Podfile
2020-11-13 08:11:38 +08:00

13 lines
254 B
Ruby

# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
# add the Firebase pod for Google Analytics
pod 'Firebase/Analytics'
pod 'SSZipArchive', '~> 2.1.4'
target 'ScratchJr Free' do
end
target 'ScratchJrTests' do
end