Skip to content

Commit 041940f

Browse files
authored
Update README.md
1 parent b174836 commit 041940f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
<div style="text-align:center">
2-
<img src="https://raw.githubusercontent.com/steipete/InterposeKit/master/logo.png" style="width:50%;" alt="InterposeKit">
1+
<p align="center">
32

3+
<img src="https://raw.githubusercontent.com/steipete/InterposeKit/master/logo.png" style="width:50%;" alt="InterposeKit"/>
4+
45
[![SwiftPM](https://github.com/steipete/InterposeKit/workflows/SwiftPM/badge.svg)](https://github.com/jsteipete/InterposeKit/actions?query=workflow%3ASwiftPM)
56
[![xcodebuild](https://github.com/steipete/InterposeKit/workflows/xcodebuild/badge.svg)](https://github.com/steipete/InterposeKit/actions?query=workflow%3Axcodebuild)
67
[![pod lib lint](https://github.com/steipete/InterposeKit/workflows/pod%20lib%20lint/badge.svg)](https://github.com/steipete/InterposeKit/actions?query=workflow%3A%22pod+lib+lint%22)
78
![Xcode 11.4+](https://img.shields.io/badge/Xcode-11.4%2B-blue.svg)
89
![Swift 5.2+](https://img.shields.io/badge/Swift-5.2%2B-orange.svg)
910
<!--
1011
[![codecov](https://codecov.io/gh/steipete/InterposeKit/branch/master/graph/badge.svg)](https://codecov.io/gh/steipete/InterposeKit) -->
11-
</div>
12+
</p>
1213

1314
InterposeKit is a modern library to swizzle elegantly in Swift. It is fully written in Swift 5.2+ and works on `@objc dynamic` Swift functions or Objective-C instance methods. API documentation available at [interposekit.com](http://interposekit.com/), and some [implementation thoughts on my blog](https://steipete.com/posts/interposekit/).
1415

0 commit comments

Comments
 (0)