[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / 5 / TPInAppReceipt / 3.4.1 / TPInAppReceipt.podspec.json
blob255bb8ae1ad984cf7547e0e9d7ac82ba69f9f5d7
2   "name": "TPInAppReceipt",
3   "version": "3.4.1",
4   "summary": "Reading and Validating In App Purchase Receipt Locally",
5   "description": "A lightweight iOS/OSX library for reading and validating Apple In App Purchase Receipt locally. Pure swift, No OpenSSL!",
6   "homepage": "https://github.com/tikhop/TPInAppReceipt",
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/tikhop/TPInAppReceipt.git",
10     "tag": "3.4.1"
11   },
12   "authors": {
13     "tikhop": "hi@tikhop.com"
14   },
15   "swift_versions": [
16     "5.3"
17   ],
18   "platforms": {
19     "ios": "12.0",
20     "osx": "10.13",
21     "tvos": "12.0",
22     "watchos": "6.2",
23     "visionos": "1.0"
24   },
25   "requires_arc": true,
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "exclude_files": "Sources/Objc/*.{swift}",
31       "source_files": "Sources/*.{swift}",
32       "resources": [
33         "Sources/AppleIncRootCertificate.cer",
34         "Sources/StoreKitTestCertificate.cer",
35         "Source/PrivacyInfo.xcprivacy"
36       ],
37       "dependencies": {
38         "ASN1Swift": [
39           "~> 1.2.6"
40         ]
41       }
42     },
43     {
44       "name": "Objc",
45       "source_files": "Sources/Objc/*.{swift}",
46       "dependencies": {
47         "TPInAppReceipt/Core": [
49         ]
50       }
51     }
52   ],
53   "swift_version": "5.3"