blob: 3f3c59d4f7136318926b8e22c457698aa1576385 [file] [log] [blame]
{
"name": "AptoUISDK",
"version": "2.3.0",
"summary": "The Apto UI platform iOS SDK.",
"description": "Apto iOS UI SDK",
"homepage": "https://github.com/ShiftFinancial/apto-ui-sdk-ios.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Oliver": "ivan@aptopayments.com",
"Takeichi Kanzaki": "takeichi@aptopayments.com"
},
"source": {
"git": "https://github.com/ShiftFinancial/apto-ui-sdk-ios.git",
"tag": "2.3.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"module_name": "AptoUISDK",
"source_files": [
"Pod/Classes/ui/**/*.swift"
],
"resources": [
"Pod/Assets/*.png",
"Pod/Assets/*.css",
"Pod/Localization/*.lproj",
"Pod/Assets/*.xcassets",
"Pod/Fonts/*.ttf"
],
"frameworks": [
"UIKit",
"CoreLocation",
"Accelerate",
"AudioToolbox",
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"Foundation",
"MobileCoreServices",
"OpenGLES",
"QuartzCore",
"Security",
"LocalAuthentication",
"CallKit"
],
"dependencies": {
"AptoSDK": [
],
"SnapKit": [
"~> 5.0"
],
"Bond": [
"~> 7.6"
],
"GoogleKit": [
"~> 0.3"
],
"PhoneNumberKit": [
"~> 2.6"
],
"TTTAttributedLabel": [
"~> 2.0"
],
"TrustKit": [
"~> 1.6"
],
"Down": [
"~> 0.8.0"
],
"PullToRefreshKit": [
"~> 0.8"
],
"Mixpanel-swift": [
"~> 2.6"
],
"TwilioVoice": [
"~> 3.0"
]
},
"swift_version": "5.0"
}