-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
32 lines (27 loc) · 863 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
32
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Chamta' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Chamta
pod 'ImageSlideshow', '~> 1.4'
pod "ImageSlideshow/Kingfisher"
pod "ImageSlideshow/Alamofire"
pod 'Alamofire', '~> 4.5'
pod 'AlamofireImage', '~> 3.3'
pod 'SVProgressHUD', :git => 'https://github.com/SVProgressHUD/SVProgressHUD.git'
pod 'SideMenu'
pod 'OneSignal', '>= 2.6.2', '< 3.0'
pod 'SkyFloatingLabelTextField', '~> 3.0'
pod 'SearchTextField'
pod 'IQKeyboardManagerSwift'
pod 'Kingfisher', '~> 4.0'
pod 'Firebase/Core'
pod "SkeletonView"
pod 'Fabric', '~> 1.7.7'
pod 'Crashlytics', '~> 3.10.2'
end
target 'OneSignalNotificationServiceExtension' do
use_frameworks!
pod 'OneSignal', '>= 2.6.2', '< 3.0'
end