-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
44 lines (41 loc) · 1.31 KB
/
Podfile
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
36
37
38
39
40
41
42
43
44
platform :ios, '11.0'
inhibit_all_warnings!
target 'Proxy' do
use_frameworks!
pod 'CFAlertViewController', '~> 3.0'
pod 'Device', '~> 3.0'
pod 'DynamicColor', '~> 4.0'
pod 'ESOpenSourceLicensesKit', '~> 2.0'
pod 'FacebookCore', '~> 0.3'
pod 'FacebookLogin', '~> 0.3'
pod 'Firebase', '~> 4.8'
pod 'FirebaseAuth', '~> 4.4'
pod 'FirebaseDatabase', '~> 4.1'
pod 'FirebaseHelper', '~> 1.0'
pod 'FirebaseMessaging', '~> 2.1'
pod 'GroupWork', '~> 0.0'
pod 'MessageKit', '~> 0.13'
pod 'NotificationBannerSwift', '~> 1.6'
pod 'paper-onboarding', '~> 4.0'
pod 'Piano', '~> 1.5'
pod 'PureLayout', '~> 3.0'
pod 'RevealingSplashView', '~> 0.5'
pod 'SearchTextField', '~> 1.2'
pod 'SkyFloatingLabelTextField', '~> 3.4'
pod 'Spring', '~> 1.0'
pod 'SwiftLint', '~> 0.24'
pod 'SwiftMessages', '~> 4.1'
pod 'SwiftVideoBackground', '~> 3.0'
pod 'SwiftyButton', '~> 0.8'
pod 'FontAwesome.swift', '~> 1.3'
pod 'WQNetworkActivityIndicator', '~> 0.1'
target 'ProxyTests' do
inherit! :search_paths
end
target 'ProxyUITests' do
inherit! :search_paths
end
end
post_install do
|installer_representation|system("ruby Pods/ESOpenSourceLicensesKit/ESOpenSourceLicensesKit/Scripts/generate_licenses.rb --post_install")
end