[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / c / 5 / TPInAppReceipt / 1.2 / TPInAppReceipt.podspec.json
blob52798f8364de719d2810530d83774c4b5929137c
2   "name": "TPInAppReceipt",
3   "version": "1.2",
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.2",
13     "osx": "10.11"
14   },
15   "source": {
16     "git": "https://github.com/tikhop/TPInAppReceipt.git",
17     "tag": "1.2"
18   },
19   "ios": {
20     "source_files": [
21       "TPInAppReceipt/**/*.{h,m}",
22       "TPInAppReceipt/Source/*.{swift}",
23       "Vendor/OpenSSL/include/**/*.h"
24     ],
25     "public_header_files": "TPInAppReceipt/**/*.h",
26     "vendored_libraries": [
27       "Vendor/OpenSSL/iOS/libssl.a",
28       "Vendor/OpenSSL/iOS/libcrypto.a"
29     ],
30     "xcconfig": {
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"
34     },
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"
39     },
40     "preserve_paths": [
41       "TPInAppReceipt/*",
42       "Vendor/OpenSSL/module.modulemap",
43       "TPInAppReceipt/**/*"
44     ]
45   },
46   "osx": {
47     "source_files": [
48       "TPInAppReceipt/**/*.{h,m}",
49       "TPInAppReceipt/Source/*.{swift}",
50       "Vendor/OpenSSL/include/**/*.h"
51     ],
52     "public_header_files": "TPInAppReceipt/**/*.h",
53     "vendored_libraries": [
54       "Vendor/OpenSSL/Mac/libssl.a",
55       "Vendor/OpenSSL/Mac/libcrypto.a"
56     ],
57     "xcconfig": {
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"
61     },
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"
66     },
67     "preserve_paths": [
68       "TPInAppReceipt/*",
69       "Vendor/OpenSSL/module.modulemap",
70       "TPInAppReceipt/**/*"
71     ]
72   },
73   "resources": "TPInAppReceipt/AppleIncRootCertificate.cer",
74   "libraries": [
75     "ssl",
76     "crypto"
77   ],
78   "pushed_with_swift_version": "3.0"