[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / c / 5 / TPInAppReceipt / 3.1.1 / TPInAppReceipt.podspec.json
blobae41e3ceff24d91db6ba8d4c871f48cbe59ea69c
2   "name": "TPInAppReceipt",
3   "version": "3.1.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.1.1"
11   },
12   "authors": {
13     "Pavel Tikhonenko": "hi@tikhop.com"
14   },
15   "swift_versions": [
16     "5.3"
17   ],
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0",
22     "watchos": "6.2"
23   },
24   "requires_arc": true,
25   "source_files": "Sources/*.{swift}",
26   "resources": [
27     "Sources/AppleIncRootCertificate.cer",
28     "Sources/StoreKitTestCertificate.cer"
29   ],
30   "dependencies": {
31     "ASN1Swift": [
32       "~> 1.2.3"
33     ]
34   },
35   "swift_version": "5.3"