Skip to content

Commit

Permalink
Remove cocoapods support
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmo committed Mar 17, 2019
1 parent 71a0291 commit 09a1ca1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# TinyConsole

<img src="https://img.shields.io/badge/platform-iOS-blue.svg?style=flat" alt="Platform iOS" /> <img src="https://img.shields.io/badge/swift4.2-compatible-green.svg?style=flat" alt="Swift 4.2 compatible" /> <img src="https://img.shields.io/badge/Cocoapods-compatible-brightgreen.svg?style=flat" alt="Cocoapods compatible" /> <img src="https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?style=flat" alt="Carthage compatible" /> <img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat" alt="License MIT" />
<img src="https://img.shields.io/badge/platform-iOS-blue.svg?style=flat" alt="Platform iOS" /> <img src="https://img.shields.io/badge/swift4.2-compatible-green.svg?style=flat" alt="Swift 4.2 compatible" /> <img src="https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?style=flat" alt="Carthage compatible" /> <img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat" alt="License MIT" />

A tiny log console to display information while using your iOS app.
Written in Swift 4.2.
Expand Down Expand Up @@ -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.
Expand Down
20 changes: 0 additions & 20 deletions TinyConsole.podspec

This file was deleted.

0 comments on commit 09a1ca1

Please sign in to comment.