mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 00:28:20 -05:00
13 lines
254 B
Ruby
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
|