blob: 1d8dab614d2d071eb2b16f9b21becada317d8ca5 [file] [log] [blame]
{
"name": "TPInAppReceipt",
"version": "0.0.7.5",
"summary": "Validates and parses Apple Store Receipt.",
"description": "This helper validates and parses the payload and the PKCS7 container itself. Pure swift, openssl+bitcode",
"homepage": "http://tikhop.com",
"license": "MIT",
"authors": {
"Pavel Tikhonenko": "hi@tikhop.com"
},
"platforms": {
"ios": "8.2"
},
"source": {
"git": "https://github.com/tikhop/TPInAppReceipt.git",
"tag": "0.0.7.5"
},
"source_files": [
"TPInAppReceipt/**/*.{h,m}",
"TPInAppReceipt/**/*.{swift}",
"Vendor/OpenSSL/include/**/*.h"
],
"public_header_files": "TPInAppReceipt/**/*.h",
"vendored_libraries": [
"Vendor/OpenSSL/lib/libssl.a",
"Vendor/OpenSSL/lib/libcrypto.a"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/include",
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL",
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/lib"
},
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/include",
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL",
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/TPInAppReceipt/Vendor/OpenSSL/lib"
},
"preserve_paths": [
"TPInAppReceipt/*",
"Vendor/OpenSSL/module.modulemap",
"TPInAppReceipt/**/*"
],
"resources": "TPInAppReceipt/AppleIncRootCertificate.cer",
"libraries": [
"ssl",
"crypto"
],
"pushed_with_swift_version": "3.0"
}