Skip to content

Commit cf2f20e

Browse files
hyochanCocoaPodsBot
authored andcommitted
[Add] openiap 1.2.41
1 parent e89f704 commit cf2f20e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "openiap",
3+
"version": "1.2.41",
4+
"summary": "OpenIAP - Modern Swift library for in-app purchases",
5+
"description": "OpenIAP is a modern Swift library for handling in-app purchases using StoreKit 2.\nSupports iOS, macOS, and tvOS with a simple and intuitive API.",
6+
"homepage": "https://github.com/hyodotdev/openiap",
7+
"license": {
8+
"type": "MIT",
9+
"file": "LICENSE"
10+
},
11+
"authors": {
12+
"hyodotdev": "[email protected]"
13+
},
14+
"source": {
15+
"git": "https://github.com/hyodotdev/openiap.git",
16+
"tag": "apple-v1.2.41"
17+
},
18+
"platforms": {
19+
"ios": "15.0",
20+
"osx": "14.0",
21+
"tvos": "16.0"
22+
},
23+
"swift_versions": "5.9",
24+
"source_files": "packages/apple/Sources/**/*.swift",
25+
"frameworks": "StoreKit",
26+
"requires_arc": true,
27+
"module_name": "OpenIAP",
28+
"swift_version": "5.9"
29+
}

0 commit comments

Comments
 (0)