Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed Elkady committed Apr 12, 2019
1 parent eeb7071 commit 14b4a32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Down (0.6.1)
- iosMath (0.9.4)
- RichTextView (1.0.8):
- RichTextView (1.1.0):
- Down
- iosMath
- SnapKit
Expand All @@ -26,10 +26,10 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Down: 8d305822b0a69c393cddaf1d21d2bb2e0b34d544
iosMath: f7a6cbadf9d836d2149c2a84c435b1effc244cba
RichTextView: b5f4e1595e6509bf0ed965b8a0c66986a61e2da4
RichTextView: 1d82e928484786431dc4d7fc95f18cb8f484b05c
SnapKit: fe8a619752f3f27075cc9a90244d75c6c3f27e2a
SwiftLint: 7f5f7de0da74a649b16616cb5246ae323489656e

PODFILE CHECKSUM: c8bc7e78a2a8b5476de96876e3abe7f0946be5d6

COCOAPODS: 1.5.3
COCOAPODS: 1.6.1
4 changes: 2 additions & 2 deletions Example/RichTextView-Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-RichTextView-Example/Pods-RichTextView-Example-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-RichTextView-Example/Pods-RichTextView-Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Down/Down.framework",
"${BUILT_PRODUCTS_DIR}/RichTextView/RichTextView.framework",
"${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework",
Expand All @@ -204,7 +204,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RichTextView-Example/Pods-RichTextView-Example-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RichTextView-Example/Pods-RichTextView-Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
7880D52A21A77A120083901C /* SwiftLint */ = {
Expand Down
2 changes: 1 addition & 1 deletion RichTextView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'RichTextView'
s.version = '1.0.9'
s.version = '1.1.0'
s.summary = 'iOS Text View that Properly Displays LaTeX, HTML, Markdown, and YouTube/Vimeo Links.'
s.description = <<-DESC
This is an iOS UIView that Properly Displays LaTeX, HTML, Markdown, and YouTube/Vimeo Links. Simply feed in an input
Expand Down

0 comments on commit 14b4a32

Please sign in to comment.