-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
28 lines (25 loc) · 783 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
# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
target 'Coding-Swift' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Coding-Swift
pod 'SnapKit', '~> 0.20.0'
pod 'Alamofire', '~> 3.3.1'
pod 'AlamofireImage', '~> 2.0'
pod 'AlamofireNetworkActivityIndicator', '~> 1.0'
pod 'ObjectMapper', '~> 1.2.0'
pod 'RazzleDazzle', '~> 0.1.2'
pod 'FontAwesome.swift', '~> 0.7.3'
pod 'RxSwift', '~> 2.5.0'
pod 'RxCocoa', '~> 2.5.0'
#Objective-C
pod 'RegexKitLite', '~> 4.0'
pod 'SDWebImage', '~> 3.8.1'
pod 'hpple', '0.2.0'
pod 'TPKeyboardAvoiding', '~> 1.3'
pod 'RDVTabBarController', '~> 1.1.9'
pod 'MBProgressHUD', '0.9'
pod 'NYXImagesKit', '2.3'
#pod 'JazzHands', '2.0.0'
end