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