Skip to content

Commit

Permalink
Renamed pod
Browse files Browse the repository at this point in the history
  • Loading branch information
nfgrilo committed Jul 21, 2017
1 parent 94e0853 commit 47068f6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ <h2 id='installation' class='heading'>Installation</h2>
<li><a href="https://cocoapods.org">CocoaPods</a>: add to your <code>Podfile</code>:</li>
</ul>
<pre class="highlight plaintext"><code> use_frameworks!
pod 'ThemeKit', '~&gt; 1.0'
pod 'macOSThemeKit', '~&gt; 1.0'
</code></pre>

<ul>
Expand Down
Binary file modified Docs/docsets/ThemeKit.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion Docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ <h2 id='installation' class='heading'>Installation</h2>
<li><a href="https://cocoapods.org">CocoaPods</a>: add to your <code>Podfile</code>:</li>
</ul>
<pre class="highlight plaintext"><code> use_frameworks!
pod 'ThemeKit', '~&gt; 1.0'
pod 'macOSThemeKit', '~&gt; 1.0'
</code></pre>

<ul>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ There are multiple options to include *ThemeKit* on your project:

```
use_frameworks!
pod 'ThemeKit', '~> 1.0'
pod 'macOSThemeKit', '~> 1.0'
```

- [Carthage](https://github.com/Carthage/Carthage):
Expand Down
2 changes: 1 addition & 1 deletion ThemeKit.podspec → macOSThemeKit.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Pod::Spec.new do |s|
s.name = 'ThemeKit'
s.name = 'macOSThemeKit'
s.version = '1.0.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'macOS Theming Framework'
Expand Down

0 comments on commit 47068f6

Please sign in to comment.