blob: 757a97f9a1519191dcee6cedc4fd4cd30b47c7c4 [file] [log] [blame]
{
"name": "AptoUISDK",
"version": "2.12.0",
"summary": "The Apto UI platform iOS SDK.",
"description": "Apto iOS UI SDK provides a UI flow that allows to easily integrate the platform in your app.",
"homepage": "https://github.com/AptoPayments/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/AptoPayments/apto-ui-sdk-ios.git",
"tag": "2.12.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"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",
"Pod/CHANGELOG_ui.md"
],
"frameworks": [
"UIKit",
"CoreLocation",
"Accelerate",
"AudioToolbox",
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"Foundation",
"MobileCoreServices",
"OpenGLES",
"QuartzCore",
"Security",
"LocalAuthentication",
"CallKit"
],
"dependencies": {
"AptoSDK": [
"3.4.0"
],
"AptoPCI": [
"2.1.0"
],
"SnapKit": [
"~> 5.0"
],
"Bond": [
"~> 7.6"
],
"GoogleKit": [
"~> 0.3"
],
"PhoneNumberKit": [
"~> 3.2"
],
"TTTAttributedLabel": [
"~> 2.0"
],
"TrustKit": [
"~> 1.6.0"
],
"Down": [
"~> 0.8.0"
],
"PullToRefreshKit": [
"~> 0.8"
],
"TwilioVoice": [
"~> 5.0.0"
]
},
"swift_version": "5.0"
}