Skip to content

Commit 9ee9f10

Browse files
committed
version change
1 parent 1bfb96d commit 9ee9f10

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

AttributedTextView.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 = 'AttributedTextView'
3-
s.version = '1.2.1'
3+
s.version = '1.2.2'
44
s.license = { :type => "MIT", :file => "LICENSE" }
55
s.summary = 'Easiest way to create an attributed UILabel or UITextView (with support for multiple links and HTML)'
66
s.homepage = 'https://github.com/evermeer/AttributedTextView'

AttributedTextView.xcodeproj/project.pbxproj

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
7F2AA22C1E6B148600FCAABA /* check.png in Resources */ = {isa = PBXBuildFile; fileRef = 7F2AA2291E6B148600FCAABA /* check.png */; };
3333
7F2AA22D1E6B148600FCAABA /* cross.png in Resources */ = {isa = PBXBuildFile; fileRef = 7F2AA22A1E6B148600FCAABA /* cross.png */; };
3434
7F2AA22E1E6B148600FCAABA /* warning.png in Resources */ = {isa = PBXBuildFile; fileRef = 7F2AA22B1E6B148600FCAABA /* warning.png */; };
35+
7F4C46762153A1D200EAAB65 /* NSAttributedString+Html.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F198B63205035240009ACF3 /* NSAttributedString+Html.swift */; };
36+
7F4C46772153A1D300EAAB65 /* NSAttributedString+Html.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F198B63205035240009ACF3 /* NSAttributedString+Html.swift */; };
37+
7F4C46782153A1D300EAAB65 /* NSAttributedString+Html.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F198B63205035240009ACF3 /* NSAttributedString+Html.swift */; };
38+
7F4C46792153A1DA00EAAB65 /* String+NSRange.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FA64F2D20D7DA7200E9345A /* String+NSRange.swift */; };
39+
7F4C467A2153A1DB00EAAB65 /* String+NSRange.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FA64F2D20D7DA7200E9345A /* String+NSRange.swift */; };
40+
7F4C467B2153A1DB00EAAB65 /* String+NSRange.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FA64F2D20D7DA7200E9345A /* String+NSRange.swift */; };
3541
7F652A781DEE09E900A1E61F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F652A771DEE09E900A1E61F /* AppDelegate.swift */; };
3642
7F652A7A1DEE09E900A1E61F /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F652A791DEE09E900A1E61F /* ViewController.swift */; };
3743
7F652A7D1DEE09E900A1E61F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7F652A7B1DEE09E900A1E61F /* Main.storyboard */; };
@@ -470,7 +476,9 @@
470476
7F1C64861DEC722F002A1A59 /* String+Attributer.swift in Sources */,
471477
7F1C648D1DEC722F002A1A59 /* AttributedTextView.swift in Sources */,
472478
1304F8A31F86096800347B42 /* CGFloatDP.swift in Sources */,
479+
7F4C46782153A1D300EAAB65 /* NSAttributedString+Html.swift in Sources */,
473480
7F1C647F1DEC722F002A1A59 /* Attributer.swift in Sources */,
481+
7F4C467B2153A1DB00EAAB65 /* String+NSRange.swift in Sources */,
474482
);
475483
runOnlyForDeploymentPostprocessing = 0;
476484
};
@@ -481,7 +489,9 @@
481489
7F1C64821DEC722F002A1A59 /* String+Attributer.swift in Sources */,
482490
7F1C64891DEC722F002A1A59 /* AttributedTextView.swift in Sources */,
483491
1304F8A11F86096800347B42 /* CGFloatDP.swift in Sources */,
492+
7F4C46762153A1D200EAAB65 /* NSAttributedString+Html.swift in Sources */,
484493
7F1C647B1DEC722F002A1A59 /* Attributer.swift in Sources */,
494+
7F4C46792153A1DA00EAAB65 /* String+NSRange.swift in Sources */,
485495
);
486496
runOnlyForDeploymentPostprocessing = 0;
487497
};
@@ -492,7 +502,9 @@
492502
7F1C64841DEC722F002A1A59 /* String+Attributer.swift in Sources */,
493503
7F1C648B1DEC722F002A1A59 /* AttributedTextView.swift in Sources */,
494504
1304F8A21F86096800347B42 /* CGFloatDP.swift in Sources */,
505+
7F4C46772153A1D300EAAB65 /* NSAttributedString+Html.swift in Sources */,
495506
7F1C647D1DEC722F002A1A59 /* Attributer.swift in Sources */,
507+
7F4C467A2153A1DB00EAAB65 /* String+NSRange.swift in Sources */,
496508
);
497509
runOnlyForDeploymentPostprocessing = 0;
498510
};
@@ -665,7 +677,7 @@
665677
SKIP_INSTALL = YES;
666678
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
667679
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
668-
SWIFT_VERSION = 4.2;
680+
SWIFT_VERSION = 4.0;
669681
};
670682
name = Debug;
671683
};
@@ -685,7 +697,7 @@
685697
PRODUCT_NAME = AttributedTextView;
686698
SKIP_INSTALL = YES;
687699
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
688-
SWIFT_VERSION = 4.2;
700+
SWIFT_VERSION = 4.0;
689701
};
690702
name = Release;
691703
};
@@ -708,7 +720,7 @@
708720
SKIP_INSTALL = YES;
709721
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
710722
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
711-
SWIFT_VERSION = 4.2;
723+
SWIFT_VERSION = 4.0;
712724
TARGETED_DEVICE_FAMILY = 4;
713725
WATCHOS_DEPLOYMENT_TARGET = 3.0;
714726
};
@@ -732,7 +744,7 @@
732744
SDKROOT = watchos;
733745
SKIP_INSTALL = YES;
734746
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
735-
SWIFT_VERSION = 4.2;
747+
SWIFT_VERSION = 4.0;
736748
TARGETED_DEVICE_FAMILY = 4;
737749
WATCHOS_DEPLOYMENT_TARGET = 3.0;
738750
};
@@ -759,7 +771,7 @@
759771
SKIP_INSTALL = YES;
760772
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
761773
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
762-
SWIFT_VERSION = 4.2;
774+
SWIFT_VERSION = 4.0;
763775
};
764776
name = Debug;
765777
};
@@ -783,7 +795,7 @@
783795
SDKROOT = macosx;
784796
SKIP_INSTALL = YES;
785797
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
786-
SWIFT_VERSION = 4.2;
798+
SWIFT_VERSION = 4.0;
787799
};
788800
name = Release;
789801
};
@@ -805,7 +817,7 @@
805817
SKIP_INSTALL = YES;
806818
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
807819
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
808-
SWIFT_VERSION = 4.2;
820+
SWIFT_VERSION = 4.0;
809821
TARGETED_DEVICE_FAMILY = 3;
810822
TVOS_DEPLOYMENT_TARGET = 10.0;
811823
};
@@ -828,7 +840,7 @@
828840
SDKROOT = appletvos;
829841
SKIP_INSTALL = YES;
830842
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
831-
SWIFT_VERSION = 4.2;
843+
SWIFT_VERSION = 4.0;
832844
TARGETED_DEVICE_FAMILY = 3;
833845
TVOS_DEPLOYMENT_TARGET = 10.0;
834846
};

0 commit comments

Comments
 (0)