blob: 5e21ca1e5f2fe5ec9bd6c160969871fe1e5992db [file] [log] [blame]
{
"name": "AptoObjCSDK",
"version": "1.0.0",
"summary": "The Apto iOS SDK in ObjC.",
"description": "Objective-C wrapper for the Apto platform SDK.",
"homepage": "https://github.com/ShiftFinancial/apto-objc-sdk-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Oliver": "ivan@aptopayments.com",
"Takeichi Kanzaki": "takeichi@aptopayments.com"
},
"source": {
"git": "https://github.com/ShiftFinancial/apto-objc-sdk-ios",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"module_name": "AptoObjCSDK",
"source_files": [
"Pod/Classes/wrappers/objc/**/*.swift"
],
"frameworks": "Foundation",
"dependencies": {
"AptoSDK": [
]
},
"swift_version": "5.0"
}