Skip to content

Commit 47068f6

Browse files
committed
Renamed pod
1 parent 94e0853 commit 47068f6

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h2 id='installation' class='heading'>Installation</h2>
180180
<li><a href="https://cocoapods.org">CocoaPods</a>: add to your <code>Podfile</code>:</li>
181181
</ul>
182182
<pre class="highlight plaintext"><code> use_frameworks!
183-
pod 'ThemeKit', '~&gt; 1.0'
183+
pod 'macOSThemeKit', '~&gt; 1.0'
184184
</code></pre>
185185

186186
<ul>

Docs/docsets/ThemeKit.tgz

10 Bytes
Binary file not shown.

Docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h2 id='installation' class='heading'>Installation</h2>
180180
<li><a href="https://cocoapods.org">CocoaPods</a>: add to your <code>Podfile</code>:</li>
181181
</ul>
182182
<pre class="highlight plaintext"><code> use_frameworks!
183-
pod 'ThemeKit', '~&gt; 1.0'
183+
pod 'macOSThemeKit', '~&gt; 1.0'
184184
</code></pre>
185185

186186
<ul>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ There are multiple options to include *ThemeKit* on your project:
6565

6666
```
6767
use_frameworks!
68-
pod 'ThemeKit', '~> 1.0'
68+
pod 'macOSThemeKit', '~> 1.0'
6969
```
7070

7171
- [Carthage](https://github.com/Carthage/Carthage):

ThemeKit.podspec renamed to macOSThemeKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Pod::Spec.new do |s|
2-
s.name = 'ThemeKit'
2+
s.name = 'macOSThemeKit'
33
s.version = '1.0.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'macOS Theming Framework'

0 commit comments

Comments
 (0)