[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / c / 5 / TPInAppReceipt / 0.0.7.1 / TPInAppReceipt.podspec.json
blob550f35071c97b138ba0f3d52d0eb578444b57a98
2   "name": "TPInAppReceipt",
3   "version": "0.0.7.1",
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",
7   "license": "MIT",
8   "authors": {
9     "Pavel Tikhonenko": "hi@tikhop.com"
10   },
11   "platforms": {
12     "ios": "8.3"
13   },
14   "source": {
15     "git": "https://github.com/tikhop/TPInAppReceipt.git",
16     "tag": "0.0.7.1"
17   },
18   "source_files": [
19     "TPInAppReceipt/**/*.{h,m}",
20     "TPInAppReceipt/**/*.{swift}",
21     "Vendor/OpenSSL/include/**/*.h"
22   ],
23   "public_header_files": "TPInAppReceipt/**/*.h",
24   "vendored_libraries": [
25     "Vendor/OpenSSL/lib/libssl.a",
26     "Vendor/OpenSSL/lib/libcrypto.a"
27   ],
28   "xcconfig": {
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"
32   },
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"
37   },
38   "preserve_paths": [
39     "TPInAppReceipt/*",
40     "Vendor/OpenSSL/module.modulemap",
41     "TPInAppReceipt/**/*"
42   ],
43   "resources": "TPInAppReceipt/AppleIncRootCertificate.cer",
44   "libraries": [
45     "ssl",
46     "crypto"
47   ]