2 "name": "TPInAppReceipt",
4 "summary": "Decode Apple Store Receipt and make it easy to read and validate it",
5 "description": "The library provides transparent way to decode and validate Apple Store Receipt. Pure swift, No OpenSSL!",
6 "homepage": "http://tikhop.com",
9 "Pavel Tikhonenko": "hi@tikhop.com"
16 "git": "https://github.com/tikhop/TPInAppReceipt.git",
20 "TPInAppReceipt/Source/*.{swift}",
21 "Vendor/CryptoSwift/*.{swift}"
23 "swift_versions": "5.0",
24 "resources": "TPInAppReceipt/AppleIncRootCertificate.cer",
25 "swift_version": "5.0",
28 "name": "SignatureVerification",
31 "TPInAppReceipt/Source/*.{swift}",
32 "Vendor/CryptoSwift/*.{swift}",
33 "TPInAppReceipt/OpenSSL/ios/*.{h}"
35 "vendored_frameworks": "TPInAppReceipt/OpenSSL/ios/OpenSSL.framework",
37 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
38 "GCC_C_LANGUAGE_STANDARD": "gnu11"
40 "exclude_files": "TPInAppReceipt/OpenSSL/macos/**"
44 "TPInAppReceipt/Source/*.{swift}",
45 "Vendor/CryptoSwift/*.{swift}",
46 "TPInAppReceipt/OpenSSL/macos/*.{h}"
48 "vendored_frameworks": "TPInAppReceipt/OpenSSL/macos/OpenSSL.framework",
50 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
51 "GCC_C_LANGUAGE_STANDARD": "gnu11"
53 "exclude_files": "TPInAppReceipt/OpenSSL/ios/**"
55 "preserve_paths": "TPInAppReceipt/OpenSSL/*"