[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / c / 5 / TPInAppReceipt / 2.5 / TPInAppReceipt.podspec.json
blobce3336d673a0099735579480785bc837f9c6e412
2   "name": "TPInAppReceipt",
3   "version": "2.5",
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": "https://github.com/tikhop/TPInAppReceipt",
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/tikhop/TPInAppReceipt.git",
10     "tag": "2.5"
11   },
12   "authors": {
13     "Pavel Tikhonenko": "hi@tikhop.com"
14   },
15   "swift_versions": [
16     "5.0",
17     "5.1",
18     "5.2"
19   ],
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.10",
23     "tvos": "9.0",
24     "watchos": "2.0"
25   },
26   "requires_arc": true,
27   "source_files": [
28     "TPInAppReceipt/Source/*.{swift}",
29     "TPInAppReceipt/Source/Vendor/CryptoSwift/*.{swift}"
30   ],
31   "resources": "TPInAppReceipt/AppleIncRootCertificate.cer",
32   "swift_version": "5.2"