mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-11 07:44:04 +08:00
6 lines
67 B
Ruby
6 lines
67 B
Ruby
platform :ios, '9.0'
|
|
|
|
target 'devhub' do
|
|
pod 'Firebase/Core'
|
|
end
|