blob: 45770e180db09cc29a4ecc158b5520fa9e5e2270 [file] [log] [blame]
{
"name": "AptoSDK",
"version": "2.6.2",
"summary": "The Apto core platform iOS SDK.",
"description": "Apto iOS Core SDK",
"homepage": "https://github.com/ShiftFinancial/apto-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-sdk-ios.git",
"tag": "2.6.2"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"module_name": "AptoSDK",
"source_files": [
"Pod/Classes/core/**/*.swift"
],
"resources": [
"Pod/Assets/*.cer",
"Pod/Localization/*.lproj"
],
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Alamofire": [
"~> 4.8"
],
"Bond": [
"~> 7.6"
],
"SwiftyJSON": [
"~> 5.0"
],
"GoogleKit": [
"~> 0.3"
],
"PhoneNumberKit": [
"~> 2.6"
],
"TrustKit": [
"~> 1.6"
],
"FTLinearActivityIndicator": [
"1.2.1"
],
"AlamofireNetworkActivityIndicator": [
"~> 2.2"
],
"Mixpanel-swift": [
"~> 2.7"
]
},
"swift_version": "5.0"
}