Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit a7f543b

Browse files
committed
docs: add badges
1 parent 7ff1357 commit a7f543b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@
88
<strong>A comprehensive Swift implementation of the <a href="https://openiap.dev">OpenIAP</a> specification for iOS, macOS, tvOS, and watchOS applications.</strong>
99
</div>
1010

11+
<div align="center">
12+
<a href="https://github.com/hyodotdev/openiap-apple">
13+
<img src="https://img.shields.io/github/v/tag/hyodotdev/openiap-apple?label=Swift%20Package&logo=swift&color=orange" alt="Swift Package" />
14+
</a>
15+
&nbsp;
16+
<a href="https://cocoapods.org/pods/openiap">
17+
<img src="https://img.shields.io/cocoapods/v/openiap?color=E35A5F&label=CocoaPods&logo=cocoapods" alt="CocoaPods" />
18+
</a>
19+
&nbsp;
20+
<a href="https://github.com/hyodotdev/openiap-apple/actions/workflows/test.yml">
21+
<img src="https://github.com/hyodotdev/openiap-apple/actions/workflows/test.yml/badge.svg" alt="Tests" />
22+
</a>
23+
</div>
24+
1125
<br />
1226

1327
**OpenIAP** is a unified specification for in-app purchases across platforms, frameworks, and emerging technologies. This Apple ecosystem implementation standardizes IAP implementations to reduce fragmentation and enable consistent behavioral across all Apple platforms.

0 commit comments

Comments
 (0)