-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
33 lines (29 loc) · 837 Bytes
/
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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Gradebook' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Gradebook
pod "SwiftSoup"
pod 'SwiftOverlays', '~> 3.0.0'
pod 'M13Checkbox'
pod 'BEMCheckBox'
pod 'BetterSegmentedControl', '~> 0.8'
pod ’SJSegmentedScrollView’, ‘1.3.6'
pod 'PINRemoteImage', '3.0.0-beta.10'
pod 'paper-onboarding', '~> 2.0.1'
pod 'Firebase'
pod 'Firebase/Database'
pod 'Firebase/RemoteConfig'
pod 'Firebase/Messaging'
pod 'Firebase/Core'
pod 'YALSideMenu', '~> 2.0'
target 'GradebookTests' do
inherit! :search_paths
# Pods for testing
end
target 'GradebookUITests' do
inherit! :search_paths
# Pods for testing
end
end