Skip to content

Commit 5f843b0

Browse files
Upped podspec version to 9.2.1
1 parent 66fc36f commit 5f843b0

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- markymark (9.1.3)
2+
- markymark (9.2.1)
33
- SwiftLint (0.28.1)
44

55
DEPENDENCIES:
@@ -15,9 +15,9 @@ EXTERNAL SOURCES:
1515
:path: "../"
1616

1717
SPEC CHECKSUMS:
18-
markymark: 03e3e4d4ffa9978946ac4b6aa38214e87af88a21
18+
markymark: e7fa1cdb7ad51c21a46cda308ad8ef4511fa49f6
1919
SwiftLint: 7f5f7de0da74a649b16616cb5246ae323489656e
2020

2121
PODFILE CHECKSUM: ac26bbd0b2acca180dc458845f0951e758f55812
2222

23-
COCOAPODS: 1.5.3
23+
COCOAPODS: 1.7.2

Example/markymark.xcodeproj/project.pbxproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
files = (
525525
);
526526
inputPaths = (
527-
"${SRCROOT}/Pods/Target Support Files/Pods-markymark_Tests/Pods-markymark_Tests-frameworks.sh",
527+
"${PODS_ROOT}/Target Support Files/Pods-markymark_Tests/Pods-markymark_Tests-frameworks.sh",
528528
"${BUILT_PRODUCTS_DIR}/markymark-iOS8.3/markymark.framework",
529529
);
530530
name = "[CP] Embed Pods Frameworks";
@@ -533,7 +533,7 @@
533533
);
534534
runOnlyForDeploymentPostprocessing = 0;
535535
shellPath = /bin/sh;
536-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-markymark_Tests/Pods-markymark_Tests-frameworks.sh\"\n";
536+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-markymark_Tests/Pods-markymark_Tests-frameworks.sh\"\n";
537537
showEnvVarsInLog = 0;
538538
};
539539
02B3E7BD0E47B9FC7388EEBB /* [CP] Check Pods Manifest.lock */ = {
@@ -582,17 +582,16 @@
582582
files = (
583583
);
584584
inputPaths = (
585-
"${SRCROOT}/Pods/Target Support Files/Pods-markymark_Example/Pods-markymark_Example-frameworks.sh",
585+
"${PODS_ROOT}/Target Support Files/Pods-markymark_Example/Pods-markymark_Example-frameworks.sh",
586586
"${BUILT_PRODUCTS_DIR}/markymark-iOS8.3/markymark.framework",
587-
"${BUILT_PRODUCTS_DIR}/markymark-iOS12.1/markymark.framework",
588587
);
589588
name = "[CP] Embed Pods Frameworks";
590589
outputPaths = (
591590
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/markymark.framework",
592591
);
593592
runOnlyForDeploymentPostprocessing = 0;
594593
shellPath = /bin/sh;
595-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-markymark_Example/Pods-markymark_Example-frameworks.sh\"\n";
594+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-markymark_Example/Pods-markymark_Example-frameworks.sh\"\n";
596595
showEnvVarsInLog = 0;
597596
};
598597
F9BF708B21A74E2A000CEE49 /* SwiftLint */ = {

markymark.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "markymark"
3-
s.version = "9.2.0"
3+
s.version = "9.2.1"
44
s.summary = "Markdown parser for iOS"
55
s.description = <<-DESC
66
Marky Mark is a parser written in Swift that converts markdown into native views. The way it looks is highly customizable and the supported markdown syntax and tags are easy to extend.

0 commit comments

Comments
 (0)