This repository was archived by the owner on Oct 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed
Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 11Pod ::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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments