-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
31 lines (30 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
#source 'https://github.com/SwiftKickMobile/SwiftMessages.git'
target 'LaundryX' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
#pod 'Cosmos', :git => 'https://github.com/marketplacer/Cosmos.git', :branch => 'swift-4.0'
pod 'Fabric'
pod 'Crashlytics'
pod 'Alamofire'
pod 'SwiftyJSON'
pod 'MBProgressHUD', '~> 1.0.0’
pod 'SDWebImage', '~>3.8'
pod 'CRToast', '~> 0.0.7'
pod 'IQKeyboardManagerSwift', :git => 'https://github.com/hackiftekhar/IQKeyboardManager'
pod 'SideMenu'
pod 'PasswordTextField'
pod 'ImageSlideshow'
pod 'ActionSheetPicker-3.0'
pod 'EVReflection'
pod 'AKMaskField'
pod 'Firebase/Core'
pod 'Firebase/Messaging'
pod 'RNActivityView'
pod 'LUNTutorialViewController'
pod 'SwiftMessages' , :git => 'https://github.com/SwiftKickMobile/SwiftMessages.git'
pod 'XLPagerTabStrip', :git => 'https://github.com/xmartlabs/XLPagerTabStrip.git'
pod 'GoogleMaps'
pod 'ViewAnimator', :git => 'https://github.com/marcosgriselli/ViewAnimator.git'
end