blob: 4d07132c8973932180a3c85752466d88a1903724 [file] [log] [blame]
{
"name": "TPInAppReceipt",
"version": "2.2",
"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.2"
},
"authors": {
"Pavel Tikhonenko": "hi@tikhop.com"
},
"swift_versions": "5.0",
"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.0"
}