File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
AttributedStringBuilder/AttributedStringBuilder.xcodeproj
Example/Example.playground/Sources Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "AttributedStringBuilder"
3
- s . version = "1.0 "
3
+ s . version = "1.1 "
4
4
s . summary = "Easy Attributed Strings"
5
5
6
6
s . description = <<-DESC
@@ -16,7 +16,7 @@ Attributed String Builder makes it easy to create NSAttributedStrings with a 'sw
16
16
s . ios . deployment_target = '9.0'
17
17
s . tvos . deployment_target = '9.0'
18
18
s . osx . deployment_target = '10.12'
19
- s . swift_version = '4.2 '
19
+ s . swift_version = '5.0 '
20
20
21
21
s . source_files = 'AttributedStringBuilder/AttributedStringBuilder/*.swift'
22
22
Original file line number Diff line number Diff line change 101
101
67A6830B1F12109F007154C8 /* Project object */ = {
102
102
isa = PBXProject;
103
103
attributes = {
104
- LastUpgradeCheck = 1000 ;
104
+ LastUpgradeCheck = 1020 ;
105
105
ORGANIZATIONNAME = "Steve Barnegren";
106
106
TargetAttributes = {
107
107
67A683131F12109F007154C8 = {
108
108
CreatedOnToolsVersion = 8.3;
109
- LastSwiftMigration = 1000 ;
109
+ LastSwiftMigration = 1020 ;
110
110
ProvisioningStyle = Automatic;
111
111
};
112
112
};
113
113
};
114
114
buildConfigurationList = 67A6830E1F12109F007154C8 /* Build configuration list for PBXProject "AttributedStringBuilder" */;
115
115
compatibilityVersion = "Xcode 3.2";
116
- developmentRegion = English ;
116
+ developmentRegion = en ;
117
117
hasScannedForEncodings = 0;
118
118
knownRegions = (
119
+ English,
119
120
en,
121
+ Base,
120
122
);
121
123
mainGroup = 67A6830A1F12109F007154C8;
122
124
productRefGroup = 67A683151F12109F007154C8 /* Products */;
284
286
PRODUCT_NAME = "$(TARGET_NAME)";
285
287
SKIP_INSTALL = YES;
286
288
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
287
- SWIFT_VERSION = 4.2 ;
289
+ SWIFT_VERSION = 5.0 ;
288
290
};
289
291
name = Debug;
290
292
};
304
306
PRODUCT_BUNDLE_IDENTIFIER = SteveBarnegren.AttributedStringBuilder;
305
307
PRODUCT_NAME = "$(TARGET_NAME)";
306
308
SKIP_INSTALL = YES;
307
- SWIFT_VERSION = 4.2 ;
309
+ SWIFT_VERSION = 5.0 ;
308
310
};
309
311
name = Release;
310
312
};
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import UIKit
3
3
4
4
public extension UIFont {
5
5
6
- public static func printAvailableFonts( ) {
6
+ static func printAvailableFonts( ) {
7
7
8
8
for familyName : String in UIFont . familyNames {
9
9
print ( " Family Name: \( familyName) " )
You can’t perform that action at this time.
0 commit comments