blob: 71d8270427b773cb0b61b7de8cc39b429c126581 [file] [log] [blame]
{
"name": "TPInAppReceipt",
"version": "2.3.1",
"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.3.1"
},
"authors": {
"Pavel Tikhonenko": "hi@tikhop.com"
},
"swift_versions": "5.1",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": [
"TPInAppReceipt/Source/*.{swift}",
"TPInAppReceipt/Source/Vendor/CryptoSwift/*.{swift}"
],
"resources": "TPInAppReceipt/AppleIncRootCertificate.cer",
"swift_version": "5.1"
}