diff --git a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/index.html b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/index.html
index f32b850..01e491c 100644
--- a/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/index.html
+++ b/Docs/docsets/ThemeKit.docset/Contents/Resources/Documents/index.html
@@ -180,7 +180,7 @@
Installation
CocoaPods: add to your Podfile
:
use_frameworks!
- pod 'ThemeKit', '~> 1.0'
+ pod 'macOSThemeKit', '~> 1.0'
diff --git a/Docs/docsets/ThemeKit.tgz b/Docs/docsets/ThemeKit.tgz
index ad0f859..3525665 100644
Binary files a/Docs/docsets/ThemeKit.tgz and b/Docs/docsets/ThemeKit.tgz differ
diff --git a/Docs/index.html b/Docs/index.html
index f32b850..01e491c 100644
--- a/Docs/index.html
+++ b/Docs/index.html
@@ -180,7 +180,7 @@ Installation
- CocoaPods: add to your
Podfile
:
use_frameworks!
- pod 'ThemeKit', '~> 1.0'
+ pod 'macOSThemeKit', '~> 1.0'
diff --git a/README.md b/README.md
index 8da30e5..fb47fa8 100644
--- a/README.md
+++ b/README.md
@@ -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):
diff --git a/ThemeKit.podspec b/macOSThemeKit.podspec
similarity index 95%
rename from ThemeKit.podspec
rename to macOSThemeKit.podspec
index b3ac914..febfea0 100644
--- a/ThemeKit.podspec
+++ b/macOSThemeKit.podspec
@@ -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'