blob: 37d8d1aaf6bb47862c0713e1e7a6b7bb58caf805 [file] [log] [blame]
{
"name": "TPInAppReceipt",
"version": "2.0.6",
"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/tikhop/TPInAppReceipt",
"license": "MIT",
"source": {
"git": "https://github.com/tikhop/TPInAppReceipt.git",
"tag": "2.0.6"
},
"authors": {
"Pavel Tikhonenko": "hi@tikhop.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": [
"TPInAppReceipt/Source/*.{swift}",
"Vendor/CryptoSwift/*.{swift}"
],
"resources": "TPInAppReceipt/AppleIncRootCertificate.cer",
"swift_version": "5.0"
}