| { |
| "name": "PayMayaSDK", |
| "version": "2.0.1", |
| "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.1" |
| }, |
| "platforms": { |
| "ios": "12.0" |
| }, |
| "swift_versions": [ |
| "5.0", |
| "5.1" |
| ], |
| "source_files": "PayMayaSDK/PayMayaSDK/**/*.swift", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "swift_version": "5.1" |
| } |