Skip to content

Commit d1b107d

Browse files
author
Mickael Laloum
committed
udapte pod spec
1 parent aabe557 commit d1b107d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

CorePlot.podspec

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CorePlot'
3-
s.version = '1.4'
3+
s.version = '1.4.1'
44
s.license = 'BSD'
55
s.summary = 'Cocoa plotting framework for Mac OS X and iOS.'
66
s.homepage = 'https://github.com/core-plot'
@@ -20,10 +20,4 @@ Pod::Spec.new do |s|
2020
s.osx.source_files = 'framework/CorePlot.h', 'framework/MacOnly/*.{h,m}'
2121

2222
s.framework = 'QuartzCore'
23-
24-
s.prepare_command = <<-CMD
25-
mv -v CorePlot_1.4/Source/framework .
26-
mv -v CorePlot_1.4/Source/License.txt .
27-
dtrace -h -s framework/TestResources/CorePlotProbes.d -o framework/Source/CorePlotProbes.h
28-
CMD
2923
end

0 commit comments

Comments
 (0)