-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
31 lines (27 loc) · 855 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
project 'TalkingBooghi.xcodeproj'
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'TalkingBooghi' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
pod 'IQKeyboardManagerSwift'
pod 'M13Checkbox'
pod 'TextFieldEffects'
pod 'Sparrow/LaunchAnimation', :git => 'https://github.com/IvanVorobei/Sparrow.git'
pod 'ModernSearchBar'
pod 'SwiftyJSON', '~> 4.0'
pod 'Alamofire', '~> 4.7'
pod 'BetterSegmentedControl', '~> 1.0'
pod 'KMNavigationBarTransition'
pod 'fluid-slider'
pod 'RevealingSplashView'
pod 'DeviceLayout'
pod 'Toast-Swift'
pod 'UIImageViewAlignedSwift'
pod 'KRPullLoader'
pod 'Localize-Swift'
# Pods for TalkingBooghi
end