Skip to content

Commit efd5d65

Browse files
committed
Updated docs.
1 parent e715352 commit efd5d65

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

SPSafeSymbols.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'SPSafeSymbols'
4-
s.version = '1.0.4'
4+
s.version = '1.0.5'
55
s.summary = 'Generator of settings icon by SF Symbols.'
66
s.homepage = 'https://github.com/sparrowcode/SPSafeSymbols'
77
s.source = { :git => 'https://github.com/sparrowcode/SPSafeSymbols.git', :tag => s.version }

Sources/SPSafeSymbols/ImageExtension.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import SwiftUI
2626
extension Image {
2727

2828
/**
29-
SFSymbols: Create `SFSymbols` image by symbol.
29+
SPSafeSymbols: Create `SPSafeSymbol` image by symbol.
3030

3131
- parameter symbol: Symbol.
3232
*/
@@ -45,7 +45,7 @@ extension NSImage {
4545

4646
#else
4747
/**
48-
SFSymbols: Create `SFSymbols` image by symbol.
48+
SPSafeSymbols: Create `SPSafeSymbol` image by symbol.
4949

5050
- parameter symbol: Symbol.
5151
*/
@@ -62,7 +62,7 @@ import UIKit
6262
extension UIImage {
6363

6464
/**
65-
SFSymbols: Create `SFSymbols` image by symbol.
65+
SPSafeSymbols: Create `SPSafeSymbol` image by symbol.
6666

6767
- parameter symbol: Symbol.
6868
*/
@@ -72,7 +72,7 @@ extension UIImage {
7272
}
7373

7474
/**
75-
SFSymbols: Create `SFSymbols` image by symbol with specific configuration.
75+
SPSafeSymbols: Create `SPSafeSymbol` image by symbol with specific configuration.
7676

7777
- parameter symbol: Symbol.
7878
- parameter pointSize: Font size of image.
@@ -85,7 +85,7 @@ extension UIImage {
8585
}
8686

8787
/**
88-
SFSymbols: Create `SFSymbols` image by symbol with specific configuration.
88+
SPSafeSymbols: Create `SPSafeSymbol` image by symbol with specific configuration.
8989

9090
- parameter symbol: Symbol.
9191
- parameter font: Font of image.

0 commit comments

Comments
 (0)