[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / c / 5 / TPInAppReceipt / 3.4.0 / TPInAppReceipt.podspec.json
blob5bacbe8aa1691b5680ae4403dc31a02ff5501473
2   "name": "TPInAppReceipt",
3   "version": "3.4.0",
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.0"
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       ],
36       "dependencies": {
37         "ASN1Swift": [
38           "~> 1.2.5"
39         ]
40       }
41     },
42     {
43       "name": "Objc",
44       "source_files": "Sources/Objc/*.{swift}",
45       "dependencies": {
46         "TPInAppReceipt/Core": [
48         ]
49       }
50     }
51   ],
52   "swift_version": "5.3"