pods and gitignore improved
Eglaf.xcworkspace/contents.xcworkspacedata
0 → 100644
Podfile
0 → 100644
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
target 'Eglaf' do | ||
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks | ||
use_frameworks! | ||
pod 'ReactiveCocoa' | ||
pod 'ReactiveSwift' | ||
pod 'Alamofire' | ||
pod 'Reqres' | ||
pod 'Firebase/Core' | ||
pod 'Firebase/Database' | ||
pod 'Firebase/Storage' | ||
# Pods for Eglaf | ||
end |
Please register or sign in to comment