blob: 97afe3bf58a858bf728b268ce6119ea44da3eb90 [file] [log] [blame]
{
"name": "YenePay",
"version": "1.0.1",
"summary": "YenePay SDK for iOS.",
"description": "\"YenePay SDK for iOS will let you connect your app with YenePay to start accepting payments.\"",
"homepage": "https://github.com/YenePay/yenepay.sdk.iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ahmed": "ahmed.mohammed@yenepay.com"
},
"source": {
"git": "https://github.com/YenePay/yenepay.sdk.iOS.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"YenePay/Classes/*",
"YenePay/Private/*"
],
"public_header_files": "YenePay/Classes/**/*.h",
"private_header_files": "YenePay/Private/**/*.h"
}