File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
ThemeKit.docset/Contents/Resources/Documents Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ <h2 id='installation' class='heading'>Installation</h2>
180
180
< li > < a href ="https://cocoapods.org "> CocoaPods</ a > : add to your < code > Podfile</ code > :</ li >
181
181
</ ul >
182
182
< pre class ="highlight plaintext "> < code > use_frameworks!
183
- pod 'ThemeKit ', '~> 1.0'
183
+ pod 'macOSThemeKit ', '~> 1.0'
184
184
</ code > </ pre >
185
185
186
186
< ul >
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ <h2 id='installation' class='heading'>Installation</h2>
180
180
< li > < a href ="https://cocoapods.org "> CocoaPods</ a > : add to your < code > Podfile</ code > :</ li >
181
181
</ ul >
182
182
< pre class ="highlight plaintext "> < code > use_frameworks!
183
- pod 'ThemeKit ', '~> 1.0'
183
+ pod 'macOSThemeKit ', '~> 1.0'
184
184
</ code > </ pre >
185
185
186
186
< ul >
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ There are multiple options to include *ThemeKit* on your project:
65
65
66
66
```
67
67
use_frameworks!
68
- pod 'ThemeKit ', '~> 1.0'
68
+ pod 'macOSThemeKit ', '~> 1.0'
69
69
```
70
70
71
71
- [ Carthage] ( https://github.com/Carthage/Carthage ) :
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
- s . name = 'ThemeKit '
2
+ s . name = 'macOSThemeKit '
3
3
s . version = '1.0.0'
4
4
s . license = { :type => 'MIT' , :file => 'LICENSE' }
5
5
s . summary = 'macOS Theming Framework'
You can’t perform that action at this time.
0 commit comments