mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 11:47:40 +00:00
13 lines
155 B
Plaintext
13 lines
155 B
Plaintext
# Config
|
|
use_frameworks!
|
|
platform :ios, '7.0'
|
|
|
|
pod 'Firebase/RemoteConfig'
|
|
|
|
target 'Config' do
|
|
end
|
|
target 'ConfigSwift' do
|
|
end
|
|
target 'ConfigTests' do
|
|
end
|