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

Commit ed8c9bc

Browse files
committed
refactor: rename podspec to openiap with OpenIAP module name
1 parent 96367af commit ed8c9bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Add OpenIAP to your `Package.swift`:
4848

4949
```swift
5050
dependencies: [
51-
.package(url: "https://github.com/hyodotdev/openiap-apple.git", from: "1.0.0")
51+
.package(url: "https://github.com/hyodotdev/openiap-apple.git", from: "1.1.0")
5252
]
5353
```
5454

@@ -62,7 +62,7 @@ Or through Xcode:
6262
Add to your `Podfile`:
6363

6464
```ruby
65-
pod 'openiap', '~> 1.0.0'
65+
pod 'openiap', '~> 1.1.0'
6666
```
6767

6868
Then run:

openiap.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Pod::Spec.new do |s|
2-
s.name = 'OpenIAP'
2+
s.name = 'openiap'
33
s.version = '1.1.0'
44
s.summary = 'OpenIAP - Modern Swift library for in-app purchases'
55
s.description = <<-DESC

0 commit comments

Comments
 (0)