-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathPodfile
More file actions
35 lines (31 loc) · 823 Bytes
/
Podfile
File metadata and controls
35 lines (31 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
platform :ios, '11.0'
use_frameworks!
inhibit_all_warnings!
target 'Steps4Impact' do
# Services
pod 'AppCenter', '~> 4.4.3'
pod 'AZSClient', '~> 0.2.6'
pod 'FBSDKCoreKit', '~> 7.0.0'
pod 'FBSDKLoginKit', '~> 7.0.0'
pod 'FBSDKShareKit', '~> 7.0.0'
pod 'Firebase/Analytics', '~> 9.5.0'
pod 'Firebase/Auth', "~> 9.5.0"
pod 'Firebase/Messaging', '~> 9.5.0'
pod 'GoogleSignIn', '~> 6.2.3'
pod 'OAuthSwift', '~> 2.0.0'
# App
pod 'SDWebImage', '~> 5.1.1'
pod 'SnapKit', '~> 5.0.1'
pod 'RxCocoa', '~> 5.0.0'
pod 'RxSwift', '~> 5.0.0'
# Dev
pod 'Sourcery', '~> 0.17.0'
pod 'SwiftLint', '~> 0.35.0'
target 'Steps4ImpactTests' do
inherit! :search_paths
pod 'Quick', '~> 5.0.1'
pod 'Nimble', '~> 10.0.0'
pod 'RxTest', '~> 5.0.0'
pod 'RxBlocking', '~> 5.0.0'
end
end