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"
16 "git": "https://github.com/tikhop/TPInAppReceipt.git",
21 "TPInAppReceipt/**/*.{h,m}",
22 "TPInAppReceipt/Source/*.{swift}",
23 "Vendor/OpenSSL/include/**/*.h"
25 "public_header_files": "TPInAppReceipt/**/*.h",
26 "vendored_libraries": [
27 "Vendor/OpenSSL/iOS/libssl.a",
28 "Vendor/OpenSSL/iOS/libcrypto.a"
31 "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/include",
32 "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL",
33 "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/iOS"
35 "pod_target_xcconfig": {
36 "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/include",
37 "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL",
38 "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/iOS"
42 "Vendor/OpenSSL/module.modulemap",
48 "TPInAppReceipt/**/*.{h,m}",
49 "TPInAppReceipt/Source/*.{swift}",
50 "Vendor/OpenSSL/include/**/*.h"
52 "public_header_files": "TPInAppReceipt/**/*.h",
53 "vendored_libraries": [
54 "Vendor/OpenSSL/Mac/libssl.a",
55 "Vendor/OpenSSL/Mac/libcrypto.a"
58 "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/include",
59 "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL",
60 "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/Mac"
62 "pod_target_xcconfig": {
63 "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/include",
64 "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL",
65 "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/Mac"
69 "Vendor/OpenSSL/module.modulemap",
73 "resources": "TPInAppReceipt/AppleIncRootCertificate.cer",
78 "pushed_with_swift_version": "3.0"