blob: 3a0b91d617ba776a5f34d96b54f26fc8a0f56791 [file] [log] [blame]
{
"name": "TPInAppReceiptX",
"version": "2.4",
"summary": "Decode Apple Store Receipt and make it easy to read and validate it",
"description": "The library provides transparent way to decode and validate Apple Store Receipt. Pure swift, No OpenSSL!",
"homepage": "https://github.com/ladeiko/TPInAppReceiptX",
"license": "MIT",
"source": {
"git": "https://github.com/ladeiko/TPInAppReceiptX.git",
"tag": "2.4X"
},
"authors": {
"Pavel Tikhonenko": "hi@tikhop.com",
"Siarhei Ladzeika": "sergey.ladeiko@gmail.com"
},
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2"
],
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"static_framework": true,
"source_files": [
"TPInAppReceipt/Source/*.{swift}",
"TPInAppReceipt/Source/Vendor/CryptoSwift/*.{swift}"
],
"resources": "TPInAppReceipt/AppleIncRootCertificate.cer",
"swift_version": "5.2"
}