[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / 5 / TPInAppReceipt / 2.0.3 / TPInAppReceipt.podspec.json
blob5430ab0c1e0194a9ea02496bde61aee24ee8d368
2   "name": "TPInAppReceipt",
3   "version": "2.0.3",
4   "summary": "Decode Apple Store Receipt and make it easy to read and validate it",
5   "description": "The library provides transparent way to decode and validate Apple Store Receipt. Pure swift, No OpenSSL!",
6   "homepage": "http://tikhop.com",
7   "license": "MIT",
8   "authors": {
9     "Pavel Tikhonenko": "hi@tikhop.com"
10   },
11   "platforms": {
12     "ios": "9.0",
13     "osx": "10.10"
14   },
15   "source": {
16     "git": "https://github.com/tikhop/TPInAppReceipt.git",
17     "tag": "2.0.3"
18   },
19   "source_files": [
20     "TPInAppReceipt/Source/*.{swift}",
21     "Vendor/CryptoSwift/*.{swift}"
22   ],
23   "swift_versions": "5.0",
24   "resources": "TPInAppReceipt/AppleIncRootCertificate.cer",
25   "swift_version": "5.0",
26   "subspecs": [
27     {
28       "name": "SignatureVerification",
29       "ios": {
30         "source_files": [
31           "TPInAppReceipt/Source/*.{swift}",
32           "Vendor/CryptoSwift/*.{swift}",
33           "TPInAppReceipt/OpenSSL/ios/*.{h}"
34         ],
35         "vendored_frameworks": "TPInAppReceipt/OpenSSL/ios/OpenSSL.framework",
36         "xcconfig": {
37           "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
38           "GCC_C_LANGUAGE_STANDARD": "gnu11"
39         },
40         "exclude_files": "TPInAppReceipt/OpenSSL/macos/**"
41       },
42       "osx": {
43         "source_files": [
44           "TPInAppReceipt/Source/*.{swift}",
45           "Vendor/CryptoSwift/*.{swift}",
46           "TPInAppReceipt/OpenSSL/macos/*.{h}"
47         ],
48         "vendored_frameworks": "TPInAppReceipt/OpenSSL/macos/OpenSSL.framework",
49         "xcconfig": {
50           "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
51           "GCC_C_LANGUAGE_STANDARD": "gnu11"
52         },
53         "exclude_files": "TPInAppReceipt/OpenSSL/ios/**"
54       },
55       "preserve_paths": "TPInAppReceipt/OpenSSL/*"
56     }
57   ]