blob: 4a2a8a9cd626c3f591727b8514c8424f2bf9283d [file] [log] [blame]
{
"name": "TPInAppReceipt",
"version": "2.0.5",
"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.5"
},
"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"
}