-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
33 lines (26 loc) · 827 Bytes
/
Copy pathPodfile
File metadata and controls
33 lines (26 loc) · 827 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
28
29
30
31
32
33
source 'https://cdn.cocoapods.org'
source 'https://github.com/KuaiLiao/KLSpecs.git'
# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'
#install! 'cocoapods',
# :generate_multiple_pod_projects => true,
# :incremental_installation => true,
# :disable_input_output_paths => true,
# :preserve_pod_file_structure => true
target 'ZDFfiHookDemo' do
# Comment the next line if you don't want to use dynamic frameworks
# use_frameworks!
# Pods for ZDFfiHook
# pod 'libffi-core'
pod 'ZDFfiHook', :path => './ZDFfiHook.podspec'
pod 'Aspects'
pod 'ZDLibffi', '0.352.1'
target 'ZDFfiHookDemoTests' do
inherit! :search_paths
# Pods for testing
pod 'Aspects'
end
target 'ZDFfiHookDemoUITests' do
# Pods for testing
end
end