mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 00:28:20 -05:00
12 lines
187 B
Ruby
12 lines
187 B
Ruby
# Uncomment this line to define a global platform for your project
|
|
# platform :ios, '6.0'
|
|
|
|
pod 'Google/Analytics', '~> 1.0.0'
|
|
|
|
target 'ScratchJr' do
|
|
end
|
|
|
|
target 'ScratchJrTests' do
|
|
|
|
end
|
|
|