-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPodfile
More file actions
26 lines (24 loc) · 760 Bytes
/
Podfile
File metadata and controls
26 lines (24 loc) · 760 Bytes
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
# Uncomment the next line to define a global platform for your project
platform :ios, '11.0'
target 'MonkeyTutor' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# New version library
pod 'OneSignal', '>= 2.6.2', '< 3.0'
pod 'Alamofire', '~> 4.5'
pod 'RxSwift', '~> 4.0'
pod 'RxCocoa', '~> 4.0'
pod 'SwiftyJSON'
pod 'Realm'
pod 'RealmSwift'
pod 'Crashlytics', '~> 3.10'
pod 'Firebase/Core'
pod 'MaterialComponents/TextFields+Extensions'
pod 'MaterialComponents/Buttons+Extensions'
pod 'MaterialComponents/Dialogs+Extensions'
pod 'ChromaColorPicker'
end
target 'OneSignalNotificationServiceExtension' do
use_frameworks!
pod 'OneSignal', '>= 2.6.2', '< 3.0'
end