Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- target 'MyProject' do
- # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
- use_frameworks!
- # Pods for MyProject
- pod 'Firebase/Core'
- pod 'Firebase/Storage'
- pod 'Firebase/Auth'
- pod 'Firebase/Database'
- pod 'JSQMessagesViewController'
- pod 'SwiftGifOrigin'
- pod 'FacebookCore'
- pod 'FacebookLogin'
- pod 'FacebookShare'
- pod 'Alamofire'
- pod 'AlamofireImage'
- pod 'ICSPullToRefresh', '~> 0.6'
- pod 'IQKeyboardManagerSwift', '4.0.8'
- pod 'Firebase/Messaging'
- pod 'Mapbox-iOS-SDK'
- target 'MyProject UITests' do
- inherit! :search_paths
- # Pods for testing
- end
- end
- post_install do |installer|
- installer.pods_project.targets.each do |target|
- if ['FacebookCore', 'FacebookLogin'].include? target.name
- target.build_configurations.each do |config|
- config.build_settings['SWIFT_VERSION'] = '3.2'
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement