2 "name": "TPInAppReceipt",
4 "summary": "Validates and parses Apple Store Receipt.",
5 "description": "This helper validates and parses the payload and the PKCS7 container itself. Pure swift, openssl+bitcode",
6 "homepage": "http://tikhop.com",
9 "Pavel Tikhonenko": "hi@tikhop.com"
15 "git": "https://github.com/tikhop/TPInAppReceipt.git",
19 "TPInAppReceipt/**/*.{h,m}",
20 "TPInAppReceipt/**/*.{swift}",
21 "Vendor/OpenSSL/include/**/*.h"
23 "public_header_files": "TPInAppReceipt/**/*.h",
24 "vendored_libraries": [
25 "Vendor/OpenSSL/lib/libssl.a",
26 "Vendor/OpenSSL/lib/libcrypto.a"
29 "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/include",
30 "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL",
31 "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/lib"
33 "pod_target_xcconfig": {
34 "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/include",
35 "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL",
36 "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/lib"
40 "Vendor/OpenSSL/module.modulemap",
43 "resources": "TPInAppReceipt/AppleIncRootCertificate.cer",