mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 08:38:30 -05:00
f885202c8e
I also decided to add the Pods directory to gitignore. It bloats the ScratchJr repo. This does mean that people will need to install cocoapods and run `pod install` the first time they build scratchjr.
12 lines
223 B
Ruby
12 lines
223 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'
|
|
|
|
target 'ScratchJr Free' do
|
|
end
|
|
|
|
target 'ScratchJrTests' do
|
|
|
|
end
|