blob: 682d6e77f20e727c0116c1fa3a6aeeadbd85704f [file] [log] [blame]
{
"name": "PayMayaSDK",
"version": "2.0.0",
"summary": "Easily enable your iOS app to accept credit and debit card payments",
"description": "The PayMaya iOS SDK is a library that allows you to easily add credit and debit card as payment options to your mobile application.",
"homepage": "https://github.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"PayMaya Philippines, Inc.": ""
},
"source": {
"git": "https://github.com/PayMaya/PayMaya-iOS-SDK-v2.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "PayMayaSDK/PayMayaSDK/**/*.swift",
"frameworks": [
"UIKit",
"XCTest",
"Foundation"
],
"swift_version": "5.1"
}