-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
43 lines (37 loc) · 1.1 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
# Uncomment the next line to define a global platform for your project
platform :ios, '13.0'
target 'SmartTourist' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for SmartTourist
pod 'Katana', '~> 3.2.0'
pod 'Tempura'
pod 'PinLayout'
pod 'FlexLayout'
pod 'DeepDiff'
pod 'Cosmos', '~> 20.0'
pod 'Fuse', :git => 'https://github.com/fabiocody/fuse-swift'
pod 'Alamofire', '~> 5.0.0-rc.3'
pod 'ImageSlideshow', '~> 1.8.3'
pod 'MarqueeLabel'
pod 'FontAwesome.swift'
pod "SwiftyXMLParser", :git => 'https://github.com/fabiocody/SwiftyXMLParser.git'
pod 'FlagKit'
target 'SmartTouristTests' do
inherit! :search_paths
# Pods for testing
pod 'TempuraTesting'
end
end
target 'PictureNotification' do
use_frameworks!
pod 'PinLayout'
end
target 'SmartTouristAppleWatch Extension' do
platform :watchos, '6.0'
use_frameworks!
pod 'Alamofire', '~> 5.0.0-rc.3'
pod 'HydraAsync'
pod 'Fuse', :git => 'https://github.com/fabiocody/fuse-swift'
pod "SwiftyXMLParser", :git => 'https://github.com/fabiocody/SwiftyXMLParser.git'
end