-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDehancerMLutFile.podspec
25 lines (20 loc) · 1.09 KB
/
DehancerMLutFile.podspec
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
Pod::Spec.new do |s|
s.name = 'DehancerMLutFile'
s.version = '0.2.2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Denn Nevera' => 'https://imagemetalling.wordpress.com/' }
s.homepage = 'http://www.dehancer.com/'
s.summary = 'Dehancer Multi Color Lookup Table File format'
s.description = 'Dehancer Multi Color Lookup Table File format. MLut is format describes real film colors LUT. MLut contains difference profiles...'
s.source = { :git => 'https://github.com/dehancer/DehancerMLutFile', :tag => s.version}
s.osx.deployment_target = "10.12"
s.swift_version = "4.2"
s.source_files = 'Classes/**/*.{h,m,swift}'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'IMProcessingXMP'
s.dependency 'IMProcessing'
s.dependency 'Surge'
s.dependency 'CryptoSwift'
s.requires_arc = true
#s.osx.pod_target_xcconfig = { 'LIBRARY_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/IMProcessingXMP/lib-macos/release $(PODS_TARGET_SRCROOT)/../${POD_NAME}/lib-macos/release' }
end