diff --git a/README.md b/README.md
index 5c83c07..57784ff 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
# TinyConsole
-
+
A tiny log console to display information while using your iOS app.
Written in Swift 4.2.
@@ -90,14 +90,6 @@ Add this to your Cartfile:
github "Cosmo/TinyConsole"
```
-### [CocoaPods](https://cocoapods.org)
-
-Add this to your Podfile:
-
-```ruby
-pod 'TinyConsole'
-```
-
### Manually
Just drag the source files into your project.
diff --git a/TinyConsole.podspec b/TinyConsole.podspec
deleted file mode 100644
index 9dd9075..0000000
--- a/TinyConsole.podspec
+++ /dev/null
@@ -1,20 +0,0 @@
-Pod::Spec.new do |s|
- s.name = 'TinyConsole'
- s.version = '1.3.2'
- s.summary = 'A tiny log console to display information while using your iOS app. Written in Swift 3.'
-
- s.description = <<-DESC
-Shows a console view on the lower bottom of your screen to display debug information of your running app.
- DESC
-
- s.homepage = '/~https://github.com/Cosmo/TinyConsole'
- s.screenshots = 'https://raw.githubusercontent.com/Cosmo/TinyConsole/master/TinyConsole-Demo.gif'
- s.license = { :type => 'MIT', :file => 'LICENSE' }
- s.author = { 'Devran Ünal' => 'maccosmo@gmail.com' }
- s.source = { :git => '/~https://github.com/Cosmo/TinyConsole.git', :tag => s.version.to_s }
- s.social_media_url = 'https://twitter.com/maccosmo'
-
- s.ios.deployment_target = '8.0'
-
- s.source_files = 'TinyConsole/**/*'
-end