Skip to content

Commit 285e212

Browse files
ios-moneykitCocoaPodsBot
authored andcommitted
[Add] MoneyKit 1.10.4
1 parent cf0b983 commit 285e212

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "MoneyKit",
3+
"module_name": "MoneyKit",
4+
"version": "1.10.4",
5+
"summary": "MoneyKit for iOS is a quick and secure way to link bank accounts from within your iOS app.",
6+
"description": "The drop-in framework handles connecting to a financial institution \nwithout passing sensitive information to your server.",
7+
"homepage": "https://www.moneykit.com/",
8+
"license": {
9+
"type": "MIT",
10+
"file": "LICENSE"
11+
},
12+
"authors": "MoneyKit",
13+
"platforms": {
14+
"ios": "14.0"
15+
},
16+
"source": {
17+
"git": "https://github.com/moneykit/moneykit-ios.git",
18+
"tag": "1.10.4"
19+
},
20+
"ios": {
21+
"frameworks": [
22+
"Foundation",
23+
"UIKit",
24+
"WebKit",
25+
"SafariServices",
26+
"CryptoKit",
27+
"Security",
28+
"GameplayKit",
29+
"SpriteKit",
30+
"CoreTelephony",
31+
"SystemConfiguration"
32+
],
33+
"vendored_frameworks": "MoneyKit.xcframework"
34+
}
35+
}

0 commit comments

Comments
 (0)