-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
42 lines (39 loc) · 1.06 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
project 'Instafeed.xcodeproj'
source 'https://github.com/CocoaPods/Specs.git'
target 'Instafeed' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'IQKeyboardManagerSwift'
pod 'CarbonKit'
pod 'FacebookCore'
pod 'FacebookLogin'
pod 'FacebookShare'
pod 'GoogleSignIn', '~> 4.1.1'
pod 'Alamofire'
pod 'SwiftyJSON'
pod 'SKCountryPicker'
pod 'Alamofire'
pod 'ProgressHUD'
pod 'SDWebImage'
pod "BSImagePicker"
pod 'SideMenu', '~> 5.0.3'
pod 'GoogleMaps'
pod 'GooglePlaces'
pod 'GooglePlacePicker'
pod 'Segmentio'
pod 'SkyFloatingLabelTextField', '~> 3.0'
pod 'GPVideoPlayer'
pod 'FSPagerView'
pod 'Firebase/Analytics'
pod 'TTTAttributedLabel'
pod 'Kingfisher'
pod 'DKImagePickerController'
# Add the pods for any other Firebase products you want to use in your app
# For example, to use Firebase Authentication and Cloud Firestore
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
pod 'Firebase/Messaging'
# Pods for Instafeed
end