forked from alexswo/Buzz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile~
52 lines (38 loc) · 1.1 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
45
46
47
48
49
50
51
52
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'familiarize' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for familiarize
pod 'QRCode'
pod 'SwiftyJSON'
#These two are for html fetching/scraping
pod 'Kanna', '~> 2.1.0'
pod 'Alamofire', '~> 4.4'
#Add Friend Checkbox animation
pod 'M13Checkbox'
#ESTabBarController
pod 'ESTabBarController-swift'
#fb effects for tabbar
pod 'pop'
#textfield effects
pod 'TextFieldEffects'
#Twitter style launch screen
pod 'RevealingSplashView'
#Loading screen for fetching profile pictures
pod 'NVActivityIndicatorView'
#Carousel layout for selecting profile image
pod 'UPCarouselFlowLayout'
#Confetti
pod 'Cheers'
#Quikkly QR Code
pod 'Quikkly', :git => '/~https://github.com/quikkly/ios-sdk.git'
#Firebase baby (:
pod 'Firebase/Storage'
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Firebase/Messaging'
pod 'Firebase/Auth'
#Circular image cropper
pod 'AAPhotoCircleCrop'
end