blob: 3198dec3f9b1486c7f8d07b5fd30aa91fe4a6c80 [file] [log] [blame]
{
"name": "Paystack",
"version": "3.0.12",
"summary": "Paystack is a web-based API helping African Businesses accept payments online.",
"description": "Paystack makes it easy for African Businesses to accept Mastercard, Visa and Verve cards from anyone, anywhere in the world.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://paystack.com",
"authors": {
"Ibrahim Lawal": "ibrahim@paystack.com",
"Paystack": "support@paystack.com"
},
"source": {
"git": "https://github.com/paystackhq/paystack-ios.git",
"tag": "v3.0.12"
},
"ios": {
"frameworks": [
"Foundation",
"Security"
],
"weak_frameworks": [
"PassKit",
"AddressBook"
]
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"public_header_files": [
"Paystack/PublicHeaders/*.h",
"Paystack/RSA/*.h"
],
"ios": {
"public_header_files": "Paystack/PublicHeaders/UI/*.h",
"source_files": [
"Paystack/PublicHeaders/UI/*.h",
"Paystack/UI/*.{h,m}",
"Paystack/Fabric/*"
]
},
"source_files": [
"Paystack/PublicHeaders/*.h",
"Paystack/RSA/*.{h,m}",
"Paystack/*.{h,m}"
],
"resources": "Paystack/Resources/**/*"
}
]
}