-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
35 lines (28 loc) · 696 Bytes
/
Podfile
File metadata and controls
35 lines (28 loc) · 696 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
27
28
29
30
31
32
33
34
35
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# GENERAL
pod 'RxSwift', '=3.5.0'
pod 'SwiftLint', '=0.20.1'
# UI
pod 'SwiftyCam'
# NETWORK
pod 'Alamofire', '=4.5.0'
pod 'RxAlamofire', '=3.0.3'
pod 'ObjectMapper', '=2.2.7'
pod 'AlamofireObjectMapper', '=4.1.0'
# DATABASE
pod 'RxRealm', '=0.6.0'
pod 'QueryKit', '=0.13.0'
pod 'RealmSwift', '=2.8.3'
pod 'Realm', '=2.8.3'
# -------------- #
# TARGETS #
# -------------- #
target 'DancingSteps' do
end
target 'DancingStepsLAB' do
# In-app debugger
pod 'FLEX', '~> 2.0'
end