-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
27 lines (20 loc) · 812 Bytes
/
Podfile
File metadata and controls
27 lines (20 loc) · 812 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
# Uncomment the next line to define a global platform for your project
platform :ios, '12.0'
target 'DCObjectsKit' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
# This should no longer be needed as of latest Swift and CocoaPods
# use_frameworks!
# Pods for DCObjectsKit
# pod 'FileKit', :path => '~\Users\drew\Libraries\FileKit'
# pod 'FileKit', :path => 'https://github.com/wdcurry/FileKit.git'
# pod 'FileKit', :path => 'https://github.com/nvzqz/FileKit.git'
inhibit_all_warnings!
pod 'SwifterSwift'
#pod 'FileKit', :path => '~\Users\drew\Libraries\FileKit'
pod 'FileKit', :git => 'https://github.com/wdcurry/FileKit.git'
#pod 'FileKit'
target 'DCObjectsKitTests' do
inherit! :search_paths
# Pods for testing
end
end