12 lines
202 B
Plaintext
12 lines
202 B
Plaintext
plugin 'cocoapods-xcremotecache'
|
|
|
|
install! 'cocoapods', :generate_multiple_pod_projects => true
|
|
|
|
|
|
target 'XCRemoteCacheSample' do
|
|
use_frameworks!
|
|
|
|
pod 'Firebase/Analytics'
|
|
pod 'ReactiveSwift'
|
|
end
|