mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 16:48:01 -05:00
13 lines
187 B
Text
13 lines
187 B
Text
|
# 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
|
||
|
|