[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 6 / 0 / TPInAppReceiptX / 2.5.2 / TPInAppReceiptX.podspec.json
blobb0510c648b884f830eef78f7b06ed5fc8c77be46
2   "name": "TPInAppReceiptX",
3   "version": "2.5.2",
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/ladeiko/TPInAppReceiptX",
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/ladeiko/TPInAppReceiptX.git",
10     "tag": "2.5.2X"
11   },
12   "authors": {
13     "Pavel Tikhonenko": "hi@tikhop.com",
14     "Siarhei Ladzeika": "sergey.ladeiko@gmail.com"
15   },
16   "swift_versions": [
17     "4.2",
18     "5.0",
19     "5.1",
20     "5.2"
21   ],
22   "platforms": {
23     "ios": "9.0",
24     "osx": "10.10",
25     "tvos": "9.0",
26     "watchos": "2.0"
27   },
28   "requires_arc": true,
29   "source_files": [
30     "TPInAppReceipt/Source/*.{swift}",
31     "TPInAppReceipt/Source/Vendor/CryptoSwift/*.{swift}"
32   ],
33   "resources": "TPInAppReceipt/AppleIncRootCertificate.cer",
34   "swift_version": "5.2"