Skip to content

Commit

Permalink
removing osx target on the podspec cause it was failing
Browse files Browse the repository at this point in the history
  • Loading branch information
maicon-brauwers committed Jun 26, 2020
1 parent 0fa55e3 commit 628113a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- iosMath (1.0.3)
- iosMath (1.0.4)

DEPENDENCIES:
- iosMath (from `./`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
iosMath: 5259a309817ef066ae071bcce93f74f6712adf08
iosMath: 017284606f81321e7697bc107f804fd7ad4f1a37

PODFILE CHECKSUM: d402d5c20089ebfd880152c70ed8abbbb8cbefb1

Expand Down
1 change: 0 additions & 1 deletion iosMath.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ beautifully rendered math equations in iOS/MacOS applications.
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Kostub Deshmukh" => "[email protected]", "Top Hat" => "[email protected]" }
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.8'
s.source = { :git => "https://github.com/tophatmonocle/iosMath.git", :tag => s.version.to_s }
s.source_files = 'iosMath/**/*.{h,m}'
s.private_header_files = 'iosMath/render/internal/*.h'
Expand Down

0 comments on commit 628113a

Please sign in to comment.