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