mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-15 01:49:36 +08:00
7 lines
68 B
Ruby
7 lines
68 B
Ruby
platform :ios, '9.0'
|
|
|
|
target 'devhub' do
|
|
pod 'Firebase/Core'
|
|
|
|
end
|