-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
36 lines (31 loc) · 1.09 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
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Uncomment the next line to silence all warnings from pods in your project
inhibit_all_warnings!
# Uncomment the next line to use whole module optimization for all pods.
plugin 'cocoapods-wholemodule'
target 'Venice High' do
# Pods for Venice High
pod 'Alamofire'
pod 'Alamofire-Synchronous'
pod 'Cartography'
pod 'FSCalendar'
pod 'JGProgressHUD'
pod 'MWFeedParser'
pod 'PermissionScope', :git => 'https://github.com/steets250/PermissionScope.git'
pod 'PMAlertController', :git => 'https://github.com/steets250/PMAlertController.git'
pod 'ReachabilitySwift'
pod 'RFAboutView-Swift', :git => 'https://github.com/steets250/RFAboutView-Swift.git'
pod 'Solar'
pod 'Spruce'
pod 'SwiftMapVC', :git => 'https://github.com/steets250/SwiftMapVC.git'
pod 'SwiftTheme'
pod 'SwiftWebVC'
pod 'SwipeCellKit'
end
target 'Bell Schedule' do
# Pods for Bell Schedule
pod 'ObjectMapper'
end