blob: 2bbcf4127255c29921fc183aa17ea8fc25a2a904 [file] [log] [blame]
{
"name": "PayMayaSDK",
"version": "0.3.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/PayMaya/PayMaya-iOS-SDK",
"license": "MIT",
"authors": {
"PayMaya Engineering": "paymayadevs@voyager.ph"
},
"source": {
"git": "https://github.com/PayMaya/PayMaya-iOS-SDK.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": "Pod/Classes/**/*.{h,m}",
"public_header_files": "Pod/Classes/**/*.h"
}