Skip to content

Commit fa1cf5b

Browse files
committed
Bump to 3.6.1
1 parent 91dc4e1 commit fa1cf5b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

SwiftRichString.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftRichString"
3-
s.version = "3.6.0"
3+
s.version = "3.6.1"
44
s.summary = "Elegant Strings & Attributed Strings Toolkit for Swift"
55
s.description = <<-DESC
66
SwiftRichString is the best toolkit to work easily with Strings and Attributed Strings.

SwiftRichString.xcodeproj/project.pbxproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@
16401640
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
16411641
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
16421642
MACOSX_DEPLOYMENT_TARGET = 10.11;
1643-
MARKETING_VERSION = 3.6.0;
1643+
MARKETING_VERSION = 3.6.1;
16441644
ONLY_ACTIVE_ARCH = NO;
16451645
PRODUCT_BUNDLE_IDENTIFIER = "com.SwiftRichString.SwiftRichString-iOS";
16461646
PRODUCT_NAME = SwiftRichString;
@@ -1666,7 +1666,7 @@
16661666
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
16671667
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
16681668
MACOSX_DEPLOYMENT_TARGET = 10.11;
1669-
MARKETING_VERSION = 3.6.0;
1669+
MARKETING_VERSION = 3.6.1;
16701670
PRODUCT_BUNDLE_IDENTIFIER = "com.SwiftRichString.SwiftRichString-iOS";
16711671
PRODUCT_NAME = SwiftRichString;
16721672
SKIP_INSTALL = YES;
@@ -1718,7 +1718,7 @@
17181718
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
17191719
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17201720
MACOSX_DEPLOYMENT_TARGET = 10.11;
1721-
MARKETING_VERSION = 3.5.0;
1721+
MARKETING_VERSION = 3.6.1;
17221722
PRODUCT_BUNDLE_IDENTIFIER = "com.SwiftRichString.SwiftRichString-watchOS";
17231723
PRODUCT_NAME = SwiftRichString;
17241724
SDKROOT = watchos;
@@ -1745,7 +1745,7 @@
17451745
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
17461746
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17471747
MACOSX_DEPLOYMENT_TARGET = 10.11;
1748-
MARKETING_VERSION = 3.5.0;
1748+
MARKETING_VERSION = 3.6.1;
17491749
PRODUCT_BUNDLE_IDENTIFIER = "com.SwiftRichString.SwiftRichString-watchOS";
17501750
PRODUCT_NAME = SwiftRichString;
17511751
SDKROOT = watchos;
@@ -1772,7 +1772,7 @@
17721772
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
17731773
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17741774
MACOSX_DEPLOYMENT_TARGET = 10.11;
1775-
MARKETING_VERSION = 3.5.0;
1775+
MARKETING_VERSION = 3.6.1;
17761776
PRODUCT_BUNDLE_IDENTIFIER = "com.SwiftRichString.SwiftRichString-tvOS";
17771777
PRODUCT_NAME = SwiftRichString;
17781778
SDKROOT = appletvos;
@@ -1799,7 +1799,7 @@
17991799
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
18001800
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
18011801
MACOSX_DEPLOYMENT_TARGET = 10.11;
1802-
MARKETING_VERSION = 3.5.0;
1802+
MARKETING_VERSION = 3.6.1;
18031803
PRODUCT_BUNDLE_IDENTIFIER = "com.SwiftRichString.SwiftRichString-tvOS";
18041804
PRODUCT_NAME = SwiftRichString;
18051805
SDKROOT = appletvos;
@@ -1828,7 +1828,7 @@
18281828
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
18291829
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
18301830
MACOSX_DEPLOYMENT_TARGET = 10.11;
1831-
MARKETING_VERSION = 3.5.0;
1831+
MARKETING_VERSION = 3.6.1;
18321832
PRODUCT_BUNDLE_IDENTIFIER = "com.SwiftRichString.SwiftRichString-macOS";
18331833
PRODUCT_NAME = SwiftRichString;
18341834
SDKROOT = macosx;
@@ -1855,7 +1855,7 @@
18551855
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
18561856
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
18571857
MACOSX_DEPLOYMENT_TARGET = 10.11;
1858-
MARKETING_VERSION = 3.5.0;
1858+
MARKETING_VERSION = 3.6.1;
18591859
PRODUCT_BUNDLE_IDENTIFIER = "com.SwiftRichString.SwiftRichString-macOS";
18601860
PRODUCT_NAME = SwiftRichString;
18611861
SDKROOT = macosx;

0 commit comments

Comments
 (0)