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 "TPInAppReceipt/Source/iOS/*.{swift}",
24 "Vendor/OpenSSL/include/**/*.h"
26 "public_header_files": "TPInAppReceipt/**/*.h",
27 "vendored_libraries": [
28 "Vendor/OpenSSL/iOS/libssl.a",
29 "Vendor/OpenSSL/iOS/libcrypto.a"
32 "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/include",
33 "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL",
34 "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/iOS"
36 "pod_target_xcconfig": {
37 "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/include",
38 "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL",
39 "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/iOS"
43 "Vendor/OpenSSL/module.modulemap",
49 "TPInAppReceipt/**/*.{h,m}",
50 "TPInAppReceipt/Source/*.{swift}",
51 "Vendor/OpenSSL/include/**/*.h"
53 "public_header_files": "TPInAppReceipt/**/*.h",
54 "vendored_libraries": [
55 "Vendor/OpenSSL/Mac/libssl.a",
56 "Vendor/OpenSSL/Mac/libcrypto.a"
59 "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/include",
60 "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL",
61 "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/Mac"
63 "pod_target_xcconfig": {
64 "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/include",
65 "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL",
66 "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/Mac"
70 "Vendor/OpenSSL/module.modulemap",
74 "resources": "TPInAppReceipt/AppleIncRootCertificate.cer",
79 "pushed_with_swift_version": "3.0"