-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
39 lines (32 loc) · 1004 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
29
30
31
32
33
34
35
36
37
38
39
# Uncomment the next line to define a global platform for your project
platform :ios, '13.0'
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/brion/OGVKit-Specs.git'
target 'Tempus E Spatium' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'Alamofire', :git => "https://github.com/Alamofire/Alamofire", :branch => "master"
pod 'ReachabilitySwift', '~> 4.3.1'
pod 'DropDown'
pod 'Ono'
pod 'SwiftIcons', '~> 2.3.2'
pod 'SVGKit', :git => 'https://github.com/SVGKit/SVGKit.git', :branch => '3.x'
pod 'Google-Mobile-Ads-SDK'
pod 'SearchTextField'
pod 'DACircularProgress'
pod 'YLProgressBar'
pod 'GoogleMaps'
pod 'TTGTagCollectionView'
pod 'FlagKit'
pod 'SwiftyJSON'
pod 'FMDB'
pod 'OGVKit/Ogg/Vorbis'
# Pods for Tempus E Spatium
target 'Tempus E SpatiumTests' do
inherit! :search_paths
# Pods for testing
end
target 'Tempus E SpatiumUITests' do
# Pods for testing
end
end