blob: 9d352d5a984def19d71e4cacfcd5d0a21b18a487 [file] [log] [blame]
{
"name": "TPInAppReceipt",
"version": "2.6",
"summary": "Reading and Validating In App Purchase Receipt Locally",
"description": "A lightweight iOS/OSX library for reading and validating Apple In App Purchase Receipt locally. Pure swift, No OpenSSL!",
"homepage": "https://github.com/tikhop/TPInAppReceipt",
"license": "MIT",
"source": {
"git": "https://github.com/tikhop/TPInAppReceipt.git",
"tag": "2.6"
},
"authors": {
"Pavel Tikhonenko": "hi@tikhop.com"
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"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.2"
}