Skip to content

Commit

Permalink
changed podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mathipalm committed Apr 11, 2019
1 parent f4b766a commit b85a4de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iosMath.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "iosMath"
s.version = "0.9.9"
s.version = "1.0.0"
s.summary = "Math equation rendering for iOS and OS X"
s.description = <<-DESC
iosMath is a library for typesetting math formulas in iOS and OS X using
Expand Down
4 changes: 3 additions & 1 deletion iosMath.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
D94FE3541B90DE46002D11E2 /* MTMathListDisplay.h in Headers */ = {isa = PBXBuildFile; fileRef = 492EECF317DAED9000939107 /* MTMathListDisplay.h */; settings = {ATTRIBUTES = (Public, ); }; };
D94FE3551B90DE5B002D11E2 /* MTMathList.h in Headers */ = {isa = PBXBuildFile; fileRef = 492EED0217DAEDB500939107 /* MTMathList.h */; settings = {ATTRIBUTES = (Public, ); }; };
D94FE3591B90DE91002D11E2 /* MTMathListBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 492EED0417DAEDB500939107 /* MTMathListBuilder.h */; settings = {ATTRIBUTES = (Public, ); }; };
EEB4D79E225F95C700F2CB8D /* MTFont+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 49DEC80B1CEF1028000053CD /* MTFont+Internal.h */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -363,7 +364,6 @@
children = (
492EECF717DAED9000939107 /* MTFontMathTable.h */,
492EECF817DAED9000939107 /* MTFontMathTable.m */,
49DEC80B1CEF1028000053CD /* MTFont+Internal.h */,
49DEC8041CED71C3000053CD /* MTFont.h */,
49DEC8051CED71C3000053CD /* MTFont.m */,
492EECF917DAED9000939107 /* MTFontManager.h */,
Expand All @@ -377,6 +377,7 @@
children = (
49EEFD7A1D19B664002D15C4 /* MTTypesetter.h */,
49EEFD7B1D19B664002D15C4 /* MTTypesetter.m */,
49DEC80B1CEF1028000053CD /* MTFont+Internal.h */,
49EEFD7E1D19B94C002D15C4 /* MTMathListDisplayInternal.h */,
);
path = internal;
Expand Down Expand Up @@ -407,6 +408,7 @@
D94FE3551B90DE5B002D11E2 /* MTMathList.h in Headers */,
49DEC8061CED71C3000053CD /* MTFont.h in Headers */,
49EEFD7C1D19B664002D15C4 /* MTTypesetter.h in Headers */,
EEB4D79E225F95C700F2CB8D /* MTFont+Internal.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
File renamed without changes.

0 comments on commit b85a4de

Please sign in to comment.