-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
32 lines (29 loc) · 714 Bytes
/
Podfile
File metadata and controls
32 lines (29 loc) · 714 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
project 'Checkup.xcodeproj'
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'Checkup' do
use_frameworks!
pod 'SDWebImage', '~> 4.0'
pod 'Cosmos'
pod 'ReachabilitySwift'
pod 'TransitionButton'
pod 'SkyFloatingLabelTextField', '~> 3.0'
pod 'UIColor_Hex_Swift'
pod 'OpalImagePicker'
pod 'ImageSlideshow'
pod 'StepIndicator', '~> 1.0.8'
pod 'Firebase'
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Firebase/Auth'
pod 'Firebase/Storage'
pod 'Firebase/Firestore'
pod 'Alamofire'
pod 'SwiftyJSON'
pod 'Charts'
pod 'RealmSwift'
pod 'ImageSlideshow/SDWebImage'
pod 'GoogleSignIn'
pod 'SwiftGifOrigin'
pod 'MOLH'
end