File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -47,36 +47,36 @@ SwiftIcons supports different objects from the object library.
47
47
Make sure you have the latest version of CocoaPods by running:
48
48
49
49
``` bash
50
- $ gem install cocoapods
51
- # (or if the above fails)
52
- $ sudo gem install cocoapods
50
+ $ gem install cocoapods
51
+ # (or if the above fails)
52
+ $ sudo gem install cocoapods
53
53
```
54
54
55
55
Update your local specs repo by running:
56
56
57
57
``` bash
58
- $ pod repo update
58
+ $ pod repo update
59
59
```
60
60
61
61
Add the following lines to your ` Podfile ` :
62
62
63
63
``` ruby
64
- target ' YourProject' do
65
- use_frameworks!
66
- pod ' SwiftIcons' , ' ~> 1.0.1'
67
- end
64
+ target ' YourProject' do
65
+ use_frameworks!
66
+ pod ' SwiftIcons' , ' ~> 1.0.1'
67
+ end
68
68
```
69
69
70
70
Then run the following command
71
71
72
72
``` bash
73
- $ pod install
73
+ $ pod install
74
74
```
75
75
76
76
You can start using the library by importing it wherever you want
77
77
78
78
``` swift
79
- import SwiftIcons
79
+ import SwiftIcons
80
80
```
81
81
82
82
### Manually
You can’t perform that action at this time.
0 commit comments