-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
46 lines (34 loc) · 1.2 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Uncomment the next line to define a global platform for your project
platform :ios, '11.3'
target 'TheyGrowUp' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Alamofire Networking Stack
pod 'Alamofire', '~> 4.7'
pod 'AlamofireNetworkActivityIndicator', '~> 2.2'
pod 'AlamofireObjectMapper', '~> 5.0'
# Facebook POP animation library
#pod 'pop', '~> 1.0'
# Easy load custom fonts
#pod 'FontBlaster', '~>4.1'
# Swifty regex
# https://github.com/crossroadlabs/Regex
pod 'CrossroadRegex', '~>1.1'
# https://github.com/tbaranes/SwiftyUtils
# pod SwiftyUtils, '~>2.0'
# Location services
# https://github.com/malcommac/SwiftLocation
pod 'SwiftLocation', '~> 3.2.3'
# Data persistence layer
# https://github.com/saoudrizwan/Disk
pod 'Disk', '~> 0.4.0'
# Customizable UIButton
# https://github.com/loregr/LGButton
#pod 'LGButton'
# Vector icons via fonts
# https://github.com/0x73/SwiftIconFont
#pod 'SwiftIconFont'
# Customizable UIButton
# https://github.com/pmusolino/PMSuperButton
pod 'PMSuperButton'
end