-
Notifications
You must be signed in to change notification settings - Fork 0
/
MoneyKit.podspec
22 lines (17 loc) · 974 Bytes
/
MoneyKit.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = 'MoneyKit'
s.module_name = 'MoneyKit'
s.version = '1.7.7'
s.summary = 'MoneyKit for iOS is a quick and secure way to link bank accounts from within your iOS app.'
s.description = <<-DESC
The drop-in framework handles connecting to a financial institution
without passing sensitive information to your server.
DESC
s.homepage = 'https://www.moneykit.com/'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = 'MoneyKit'
s.platform = :ios, '14.0'
s.source = { :git => 'https://github.com/moneykit/moneykit-ios.git', :tag => s.version }
s.ios.frameworks = 'Foundation', 'UIKit', 'WebKit', 'SafariServices', 'CryptoKit', 'Security', 'GameplayKit', 'SpriteKit', 'CoreTelephony', 'SystemConfiguration'
s.ios.vendored_frameworks = 'MoneyKit.xcframework'
end