blob: 5430ab0c1e0194a9ea02496bde61aee24ee8d368 [file] [log] [blame]
{
"name": "TPInAppReceipt",
"version": "2.0.3",
"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.3"
},
"source_files": [
"TPInAppReceipt/Source/*.{swift}",
"Vendor/CryptoSwift/*.{swift}"
],
"swift_versions": "5.0",
"resources": "TPInAppReceipt/AppleIncRootCertificate.cer",
"swift_version": "5.0",
"subspecs": [
{
"name": "SignatureVerification",
"ios": {
"source_files": [
"TPInAppReceipt/Source/*.{swift}",
"Vendor/CryptoSwift/*.{swift}",
"TPInAppReceipt/OpenSSL/ios/*.{h}"
],
"vendored_frameworks": "TPInAppReceipt/OpenSSL/ios/OpenSSL.framework",
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"GCC_C_LANGUAGE_STANDARD": "gnu11"
},
"exclude_files": "TPInAppReceipt/OpenSSL/macos/**"
},
"osx": {
"source_files": [
"TPInAppReceipt/Source/*.{swift}",
"Vendor/CryptoSwift/*.{swift}",
"TPInAppReceipt/OpenSSL/macos/*.{h}"
],
"vendored_frameworks": "TPInAppReceipt/OpenSSL/macos/OpenSSL.framework",
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"GCC_C_LANGUAGE_STANDARD": "gnu11"
},
"exclude_files": "TPInAppReceipt/OpenSSL/ios/**"
},
"preserve_paths": "TPInAppReceipt/OpenSSL/*"
}
]
}