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

Commit 1fd444e

Browse files
committed
chore: update version to 1.1.1 for OpenIAP pod
1 parent dc486de commit 1fd444e

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

openiap.podspec renamed to OpenIAP.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
2-
s.name = 'openiap'
3-
s.version = '1.1.0'
2+
s.name = 'OpenIAP'
3+
s.version = '1.1.1'
44
s.summary = 'OpenIAP - Modern Swift library for in-app purchases'
55
s.description = <<-DESC
66
OpenIAP is a modern Swift library for handling in-app purchases using StoreKit 2.

openiaps.podspec

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'OpenIAP'
3+
s.version = '1.0.0'
4+
s.summary = 'OpenIAP - Modern Swift library for in-app purchases'
5+
s.description = <<-DESC
6+
OpenIAP is a modern Swift library for handling in-app purchases using StoreKit 2.
7+
Supports iOS and macOS with a simple and intuitive API.
8+
DESC
9+
10+
s.homepage = 'https://github.com/hyodotdev/openiap-apple'
11+
s.license = { :type => 'MIT', :file => 'LICENSE' }
12+
s.author = { 'hyodotdev' => 'hyo@hyo.dev' }
13+
s.source = { :git => 'https://github.com/hyodotdev/openiap-apple.git', :tag => s.version.to_s }
14+
15+
s.ios.deployment_target = '13.0'
16+
s.osx.deployment_target = '10.15'
17+
18+
s.swift_version = '5.0'
19+
s.source_files = 'Sources/**/*.swift'
20+
21+
s.frameworks = 'StoreKit'
22+
s.requires_arc = true
23+
s.module_name = 'OpenIAP'
24+
end

0 commit comments

Comments
 (0)